summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ipkg/patches
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-30 19:28:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-30 19:28:10 +0000
commitc419e2f1325ba913b556e1f4f9f3ab5d048f27a5 (patch)
treed6a99c034c35a42b1a21db058652616ff6904e32 /openwrt/package/ipkg/patches
parentf1c4d874704825e73e01205d116c94a7db07fe19 (diff)
copy ipkg shell script to scripts/, change the reference in rules.mk and add the c version of ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ipkg/patches')
-rw-r--r--openwrt/package/ipkg/patches/configure.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/openwrt/package/ipkg/patches/configure.patch b/openwrt/package/ipkg/patches/configure.patch
new file mode 100644
index 000000000..c9b7c0519
--- /dev/null
+++ b/openwrt/package/ipkg/patches/configure.patch
@@ -0,0 +1,19 @@
+--- ipkg-0.99.144/configure 2005-02-23 01:53:46.000000000 +0300
++++ ipkg/configure 2005-03-13 16:55:10.933348792 +0300
+@@ -21657,7 +21657,7 @@
+ done
+
+
+- ac_config_files="$ac_config_files Makefile etc/Makefile replace/Makefile familiar/Makefile familiar/control familiar/control-unstripped familiar/libipkg-control familiar/libipkg-dev-control libbb/Makefile libipkg.pc ipkg.h"
++ ac_config_files="$ac_config_files Makefile etc/Makefile familiar/Makefile familiar/control familiar/control-unstripped familiar/libipkg-control familiar/libipkg-dev-control libbb/Makefile libipkg.pc ipkg.h"
+ cat >confcache <<\_ACEOF
+ # This file is a shell script that caches the results of configure
+ # tests run on this system so they can be shared between configure
+@@ -22216,7 +22216,6 @@
+ # Handling of arguments.
+ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
+- "replace/Makefile" ) CONFIG_FILES="$CONFIG_FILES replace/Makefile" ;;
+ "familiar/Makefile" ) CONFIG_FILES="$CONFIG_FILES familiar/Makefile" ;;
+ "familiar/control" ) CONFIG_FILES="$CONFIG_FILES familiar/control" ;;
+ "familiar/control-unstripped" ) CONFIG_FILES="$CONFIG_FILES familiar/control-unstripped" ;;