Initial push
[termux-packages] / packages / apt / apt-pkg-makefile-no-libutil.patch
1 diff -u -r ../apt-0.9.16.1/apt-pkg/makefile ./apt-pkg/makefile
2 --- ../apt-0.9.16.1/apt-pkg/makefile 2014-03-15 17:59:06.000000000 +0100
3 +++ ./apt-pkg/makefile 2014-03-25 01:26:00.600685588 +0100
4 @@ -14,7 +14,7 @@
5 LIBRARY=apt-pkg
6 MAJOR=$(LIBAPTPKG_MAJOR)
7 MINOR=$(LIBAPTPKG_RELEASE)
8 -SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl
9 +SLIBS=$(PTHREADLIB) $(INTLLIBS) -ldl
10 ifeq ($(HAVE_ZLIB),yes)
11 SLIBS+= -lz
12 endif