add ssh to the apt transports (#851)
[termux-packages] / packages / apt / apt-pkg-makefile.patch
1 diff -u -r ../apt-1.1.3/apt-pkg/makefile ./apt-pkg/makefile
2 --- ../apt-1.1.3/apt-pkg/makefile 2015-11-30 03:08:24.000000000 -0500
3 +++ ./apt-pkg/makefile 2015-12-03 16:37:32.041569392 -0500
4 @@ -15,7 +15,7 @@
5 LIBRARY=apt-pkg
6 MAJOR=$(LIBAPTPKG_MAJOR)
7 MINOR=$(LIBAPTPKG_RELEASE)
8 -SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl -lresolv
9 +SLIBS=$(PTHREADLIB) $(INTLLIBS) -ldl
10 ifeq ($(HAVE_ZLIB),yes)
11 SLIBS+= -lz
12 endif