diff options
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 1c28711fe..d0d9cb63a 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -13,6 +13,7 @@ include ../buildlib/defaults.mak LIBRARY=apt-pkg MAJOR=2 MINOR=0.0 +SLIBS=$(PTHREADLIB) # Source code for the contributed non-core things SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \ |