diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-19 10:29:52 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-19 10:29:52 +0000 |
commit | 200e999801c6f4fa0fe48c124d167a77873a7f7b (patch) | |
tree | ef5b1164c9d18f9b8fe6b7addc6e1c8ef5f1e362 /data/sniffit/strip.diff | |
parent | 1f0f45ade95ca187ad8294587350c77931d7d306 (diff) |
Finally added sniffit to the repository.
git-svn-id: http://svn.telesphoreo.org/trunk@677 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sniffit/strip.diff')
-rw-r--r-- | data/sniffit/strip.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/sniffit/strip.diff b/data/sniffit/strip.diff new file mode 100644 index 000000000..24ee705b7 --- /dev/null +++ b/data/sniffit/strip.diff @@ -0,0 +1,11 @@ +diff -ru sniffit.0.3.7.beta/Makefile.in sniffit.0.3.7.beta+iPhone/Makefile.in +--- sniffit.0.3.7.beta/Makefile.in 2009-02-26 13:39:46.000000000 +0000 ++++ sniffit.0.3.7.beta+iPhone/Makefile.in 2009-02-26 13:40:34.000000000 +0000 +@@ -28,7 +28,6 @@ + sniffit: $(SNIFFIT) $(DEP_FILES) + # cd libpcap; make; cd .. + $(CC) $(EXE_FLAG) $(SNIFFIT) $(EXE_OBJ) $(EXE_OPT) $(LIBS) $(DEFS) $(OS_OPT) +- strip sniffit + + sn_cfgfile.o: sn_cfgfile.h sn_cfgfile.c sn_defines.h sn_structs.h sn_config.h + $(CC) $(OBJ_FLAG) sn_cfgfile.c $(OBJ_OPT) $(DEFS) |