]> git.saurik.com Git - apt.git/blobdiff - test/interactive-helper/makefile
no value for MultiArch field is 'no', not 'none'
[apt.git] / test / interactive-helper / makefile
index 74659cf129bb7dc71d10400b710cce7ae4d6d516..4633b78ce66bd33c87d589c001d1a4df6a55aa99 100644 (file)
@@ -41,7 +41,7 @@ include $(PROGRAM_H)
 
 # very simple webserver for APT testing
 PROGRAM=aptwebserver
-SLIBS = -lapt-pkg
+SLIBS = -lapt-pkg -lpthread
 LIB_MAKES = apt-pkg/makefile
 SOURCE = aptwebserver.cc
 include $(PROGRAM_H)