summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/002-fix-autogen
diff options
context:
space:
mode:
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-29 04:16:43 +0000
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-29 04:16:43 +0000
commita77ff5d0a0bd211883c0ce8cb0a20f8fbee8b644 (patch)
treef27c52de92e3a849535fe079756e1bd1720add00 /package/opkg/patches/002-fix-autogen
parent9e2f5f52c98b6d51df2ae54ddb980bacfdb5e1c3 (diff)
add opkg
- symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11983 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, 8 insertions, 0 deletions
diff --git a/package/opkg/patches/002-fix-autogen b/package/opkg/patches/002-fix-autogen
new file mode 100644
index 000000000..0d39c4229
--- /dev/null
+++ b/package/opkg/patches/002-fix-autogen
@@ -0,0 +1,8 @@
+--- 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 "$@"
+-