aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/002-fix-autogen
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-07-29 12:57:43 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-07-29 12:57:43 +0000
commitf988ff9a3a7311c25295fbe0ca891b09feb72f25 (patch)
tree617ad801d03c82776b9122b6a83857e88d2456d7 /package/opkg/patches/002-fix-autogen
parent029ef41bb14b24456c86be721682065edb05f6e2 (diff)
downloadupstream-f988ff9a3a7311c25295fbe0ca891b09feb72f25.tar.gz
upstream-f988ff9a3a7311c25295fbe0ca891b09feb72f25.tar.bz2
upstream-f988ff9a3a7311c25295fbe0ca891b09feb72f25.zip
removed a missed dependancy on curl remove use of autogen, just run the one needed command from in it
SVN-Revision: 11991
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 0d39c42298..0000000000
--- 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 "$@"
--