]> 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 fee94cd771d7edf1b40fc9ef282db3f1735a58a1..4633b78ce66bd33c87d589c001d1a4df6a55aa99 100644 (file)
@@ -1,6 +1,7 @@
 # -*- make -*-
 BASE=../..
 SUBDIR=test/interactive-helper
+APT_DOMAIN=none
 
 # Bring in the default rules
 include ../../buildlib/defaults.mak
@@ -40,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)