You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
412 B
13 lines
412 B
10 years ago
|
diff -u -r ../apt-0.9.16.1/apt-pkg/makefile ./apt-pkg/makefile
|
||
|
--- ../apt-0.9.16.1/apt-pkg/makefile 2014-03-15 17:59:06.000000000 +0100
|
||
|
+++ ./apt-pkg/makefile 2014-03-25 01:26:00.600685588 +0100
|
||
|
@@ -14,7 +14,7 @@
|
||
|
LIBRARY=apt-pkg
|
||
|
MAJOR=$(LIBAPTPKG_MAJOR)
|
||
|
MINOR=$(LIBAPTPKG_RELEASE)
|
||
|
-SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl
|
||
|
+SLIBS=$(PTHREADLIB) $(INTLLIBS) -ldl
|
||
|
ifeq ($(HAVE_ZLIB),yes)
|
||
|
SLIBS+= -lz
|
||
|
endif
|