apt: Update from 1.0.10.2 to 1.1.3
[termux-packages] / packages / apt / cmdline-makefile.patch
1 diff -u -r ../apt-1.1.3/cmdline/makefile ./cmdline/makefile
2 --- ../apt-1.1.3/cmdline/makefile 2015-11-30 03:08:24.000000000 -0500
3 +++ ./cmdline/makefile 2015-12-03 16:50:46.792294882 -0500
4 @@ -49,7 +49,7 @@
5
6 # The apt-helper
7 PROGRAM=apt-helper
8 -SLIBS = -lapt-pkg -lapt-private $(INTLLIBS) -lresolv
9 +SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)
10 LIB_MAKES = apt-pkg/makefile apt-private/makefile
11 SOURCE = apt-helper.cc
12 include $(PROGRAM_H)