diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-22 14:27:12 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-22 14:27:12 +0000 |
commit | 5a54c9a1c64f5524e0bb1e9b9dc7764c0d674e49 (patch) | |
tree | 41b1c2f0303abbd1aec16d828fa3f0eca1e295c5 /data/gettext | |
parent | fc768c3c184f49990f6a1f4ee92f6bcf2329a54b (diff) |
Forcing gettext to compile libintl as the iPhone's libc does not provide it.
git-svn-id: http://svn.telesphoreo.org/trunk@27 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gettext')
-rw-r--r-- | data/gettext/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/gettext/make.sh b/data/gettext/make.sh index 1b3c1b776..fb5de9343 100644 --- a/data/gettext/make.sh +++ b/data/gettext/make.sh @@ -1,6 +1,6 @@ pkg:extract cd * pkg:patch -pkg:configure +pkg:configure --without-libintl-prefix make pkg:install |