diff --git a/axel-2.4-configure.patch b/axel-2.4-configure.patch new file mode 100644 index 0000000..25412f7 --- /dev/null +++ b/axel-2.4-configure.patch @@ -0,0 +1,30 @@ +When called with --disable-dependency-tracking, the configure +script would exit with the usage output. This patch make the script +accept and ignore that option. + +Index: configure +=================================================================== +--- configure.orig 2009-04-27 15:19:03.000000000 +0100 ++++ configure 2011-12-22 16:46:32.000000000 +0000 +@@ -20,7 +20,7 @@ strip=1 + arch=`uname -s` + + while [ -n "$1" ]; do +- e="`expr "$1" : '--\(.*=.*\)'`" ++ e="`expr "$1" : '--\(.*\)'`" + if [ -z "$e" ]; then + cat<