From: Jo-Philipp Wich Date: Wed, 22 Dec 2010 09:57:28 +0000 (+0000) Subject: [packages] xtables-addons: remove configure fix, its unclear what it is supposed... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a9f3de704d3830974ed11c98c9cb52631fef99cd;p=openwrt%2Fsvn-archive%2Farchive.git [packages] xtables-addons: remove configure fix, its unclear what it is supposed to fix and it infact break the build on backfire SVN-Revision: 24791 --- diff --git a/net/xtables-addons/patches/002-configure_fix.patch b/net/xtables-addons/patches/002-configure_fix.patch deleted file mode 100644 index fb4de66336..0000000000 --- a/net/xtables-addons/patches/002-configure_fix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -56,14 +56,6 @@ krel="${krel#*.}"; - kminor="${krel%%.*}"; - krel="${krel#*.}"; - kmicro="${krel%%.*}"; --if test "$kmicro" = "$krel"; then -- kmicro="$(($kmicro+0))"; # Get rid of non numbers ("2.6.36+" -> "2.6.36") -- kstable=0; --else -- kmicro="$(($kmicro+0))"; -- kstable="${krel#*.}"; -- kstable="$(($kstable+0))"; --fi; - if test -z "$kmajor" -o -z "$kminor" -o -z "$kmicro"; then - echo "WARNING: Version detection did not succeed. Continue at own luck."; - else