summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/002-fix-autogen
diff options
context:
space:
mode:
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-29 12:57:43 +0000
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-29 12:57:43 +0000
commit227367d3a32d0593c717a1cf00447df83752bbd7 (patch)
treed085bb168f9f5148105508176d6b5b35240d5e35 /package/opkg/patches/002-fix-autogen
parenta2110d5d1f134a65b9959d3b74c3bcefbc0ff6c1 (diff)
removed a missed dependancy on curl
remove use of autogen, just run the one needed command from in it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11991 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/patches/002-fix-autogen')
-rw-r--r--package/opkg/patches/002-fix-autogen8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/opkg/patches/002-fix-autogen b/package/opkg/patches/002-fix-autogen
deleted file mode 100644
index 0d39c4229..000000000
--- a/package/opkg/patches/002-fix-autogen
+++ /dev/null
@@ -1,8 +0,0 @@
---- opkg-4561/autogen.sh-orig 2008-07-28 18:00:33.000000000 -0500
-+++ opkg-4561/autogen.sh 2008-07-28 18:00:45.000000000 -0500
-@@ -1,5 +1,3 @@
- #! /bin/sh
- autoreconf -v --install || exit 1
- glib-gettextize --force --copy || exit 1
--./configure --enable-maintainer-mode "$@"
--