diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-06 10:28:29 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-06 10:28:29 +0000 |
commit | d699a01fabaa04a1aad60f6ca5777f82ee24839a (patch) | |
tree | 1eb62bad23b14a0877c5b9171f2a5f9358c8d592 /data/zip/strip.diff | |
parent | 8a49e427447f40fdd43fc4b5f513b166dd639e2a (diff) |
Drastic, sweeping modifications to support iPhone 1.2.0/2.0.
git-svn-id: http://svn.telesphoreo.org/trunk@199 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/zip/strip.diff')
-rw-r--r-- | data/zip/strip.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/zip/strip.diff b/data/zip/strip.diff new file mode 100644 index 000000000..d9f6b7b7a --- /dev/null +++ b/data/zip/strip.diff @@ -0,0 +1,12 @@ +diff -ru zip-2.32/unix/Makefile zip-2.32+iPhone/unix/Makefile +--- zip-2.32/unix/Makefile 2006-04-22 23:52:18.000000000 +0000 ++++ zip-2.32+iPhone/unix/Makefile 2008-04-04 19:00:57.000000000 +0000 +@@ -49,7 +49,7 @@ + CFLAGS_NOOPT = -I. -DUNIX $(LOCAL_ZIP) + CFLAGS = -O2 $(CFLAGS_NOOPT) + LFLAGS1 = +-LFLAGS2 = -s ++LFLAGS2 = + + # object file lists + OBJZ = zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o \ |