apt: Update from 1.0.10.2 to 1.1.3
[termux-packages] / packages / apt / methods-makefile.patch
1 diff -u -r ../apt-1.1.3/methods/makefile ./methods/makefile
2 --- ../apt-1.1.3/methods/makefile 2015-11-30 03:08:24.000000000 -0500
3 +++ ./methods/makefile 2015-12-03 16:45:46.819879625 -0500
4 @@ -46,21 +46,21 @@
5
6 # The http method
7 PROGRAM=http
8 -SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS) -lresolv
9 +SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS)
10 LIB_MAKES = apt-pkg/makefile
11 SOURCE = http.cc http_main.cc rfc2553emu.cc connect.cc server.cc
12 include $(PROGRAM_H)
13
14 # The https method
15 PROGRAM=https
16 -SLIBS = -lapt-pkg -lcurl $(INTLLIBS) -lresolv
17 +SLIBS = -lapt-pkg -lcurl $(INTLLIBS)
18 LIB_MAKES = apt-pkg/makefile
19 SOURCE = https.cc server.cc
20 include $(PROGRAM_H)
21
22 # The ftp method
23 PROGRAM=ftp
24 -SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS) -lresolv
25 +SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS)
26 LIB_MAKES = apt-pkg/makefile
27 SOURCE = ftp.cc rfc2553emu.cc connect.cc
28 include $(PROGRAM_H)
29 @@ -81,7 +81,7 @@
30
31 # The mirror method
32 PROGRAM=mirror
33 -SLIBS = -lapt-pkg $(SOCKETLIBS) -lresolv
34 +SLIBS = -lapt-pkg $(SOCKETLIBS)
35 LIB_MAKES = apt-pkg/makefile
36 SOURCE = mirror.cc http.cc rfc2553emu.cc connect.cc server.cc
37 include $(PROGRAM_H)