summaryrefslogtreecommitdiff
path: root/data/patch
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-02 09:37:10 +0000
committerJay Freeman <saurik@saurik.com>2008-06-02 09:37:10 +0000
commit9e5306a21a5e8006ef274e6eb287fec3b74f3e51 (patch)
tree2012421ec13c5caa99fb60702bd43ff35b2d3f68 /data/patch
parent5e3d89e12629b68ceeea79585367d6353d263744 (diff)
Actually ship an ARM copy of patch.
git-svn-id: http://svn.telesphoreo.org/trunk@293 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/patch')
-rw-r--r--data/patch/make.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/data/patch/make.sh b/data/patch/make.sh
index 0bf0c095a..fb3d34590 100644
--- a/data/patch/make.sh
+++ b/data/patch/make.sh
@@ -1,4 +1,13 @@
pkg:setup
-pkg:configure
+mv config.sub config.sub_
+cp -af /usr/share/misc/config.sub .
+touch -r config.sub_ config.sub
+rm -f m4/largefile.m4
+touch m4/largefile.m4
+rpl AM_C_ jm_C_ * -R
+rpl jm_AC_ jm_ * -R
+cat m4/* >aclocal.m4
+autoconf
+pkg:configure ac_cv_func_setmode=no
make
make install prefix="${PKG_DEST}/usr"