add ssh to the apt transports (#851)
[termux-packages] / packages / apt / Makefile.patch
index c597f52..171c008 100644 (file)
@@ -1,11 +1,34 @@
-diff -u -r ../upstream.git/Makefile ./Makefile
---- ../upstream.git/Makefile   2013-12-07 14:12:14.000000000 +0100
-+++ ./Makefile 2014-05-03 23:46:58.870093099 +0200
-@@ -21,7 +21,6 @@
+diff -u -r ../apt-1.1.3/Makefile ./Makefile
+--- ../apt-1.1.3/Makefile      2015-11-30 03:08:24.000000000 -0500
++++ ./Makefile 2015-12-04 05:05:01.447148671 -0500
+@@ -9,8 +9,8 @@
+ .PHONY: default
+ default: startup all
+-.PHONY: fast headers library clean veryclean all binary program doc test update-po
+-all headers library clean veryclean binary program doc manpages docbook test update-po startup dirs:
++.PHONY: fast headers library clean veryclean all binary program doc update-po
++all headers library clean veryclean binary program doc manpages docbook update-po startup dirs:
+       $(MAKE) -C vendor $@
+       $(MAKE) -C apt-pkg $@
+       $(MAKE) -C apt-inst $@
+@@ -21,8 +21,6 @@
        $(MAKE) -C dselect $@
        $(MAKE) -C doc $@
        $(MAKE) -C po $@
--      $(MAKE) -C test $@
+-      # FIXME: -C test has issue swith parallel builds, investigate!
+-      -$(MAKE) -C test $@
+ fast:
+       $(MAKE) -C vendor all
+@@ -32,9 +30,8 @@
+       $(MAKE) -C methods all
+       $(MAKE) -C cmdline all
+       $(MAKE) -C ftparchive all
+-      $(MAKE) -C test all
+-all headers library clean veryclean binary program doc manpages docbook test update-po: startup dirs
++all headers library clean veryclean binary program doc manpages docbook update-po: startup dirs
  
- all headers library clean veryclean binary program doc manpages debiandoc test update-po: startup dirs
+ dirs: startup