summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/002-fix-autogen
diff options
context:
space:
mode:
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 "$@"
--