From 11936b8def479ba1062fe50112493e43c7b22ff6444b5f461984aac2e7d2f263 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 22 Dec 2011 17:14:43 +0000 Subject: [PATCH] Accepting request 97958 from home:AndreasStieger:branches:network:utilities - Update License to GPL-2.0+ - add axel-2.4-configure.patch to make configure script accept and ignore --disable-dependency-tracking OBS-URL: https://build.opensuse.org/request/show/97958 OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=5 --- axel-2.4-configure.patch | 30 ++++++++++++++++++++++++++ axel.changes | 7 ++++++ axel.spec | 46 +++++++++++++++++++++++++++++----------- 3 files changed, 71 insertions(+), 12 deletions(-) create mode 100644 axel-2.4-configure.patch 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<