summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2014-05-13 10:34:26 +0000
committerJay Freeman <saurik@saurik.com>2014-05-13 10:34:26 +0000
commit85e3a5f9233e59fb4aaf96839465b94346a12616 (patch)
tree30bc037689d81b9ea4610bd6820e13bf58dbc8fe /make.sh
parent96e76635da3c9990a9e3c6b7cbd6249ad54f487a (diff)
Allow a little bit of fuzz while patching libtool.
git-svn-id: http://svn.telesphoreo.org/trunk@781 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 93d3e8dc9..c36ec2d64 100755
--- a/make.sh
+++ b/make.sh
@@ -94,7 +94,7 @@ export -f pkg:bin
function pkg:autoconf() {
for m4 in $(find -name "*.m4"); do
- patch -r/dev/null "${m4}" "${PKG_BASE}/util/libtool.m4.diff" || true
+ patch -F 3 -r/dev/null "${m4}" "${PKG_BASE}/util/libtool.m4.diff" || true
done
autoconf