diff options
Diffstat (limited to 'data/srelay/strip.diff')
-rw-r--r-- | data/srelay/strip.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/srelay/strip.diff b/data/srelay/strip.diff new file mode 100644 index 000000000..93d118b8c --- /dev/null +++ b/data/srelay/strip.diff @@ -0,0 +1,12 @@ +diff -ru srelay-0.4.6/configure.in srelay-0.4.6+iPhone/configure.in +--- srelay-0.4.6/configure.in 2003-04-14 05:36:15.000000000 +0000 ++++ srelay-0.4.6+iPhone/configure.in 2008-04-05 05:51:44.000000000 +0000 +@@ -24,7 +24,7 @@ + esac + + CFLAGS="$CFLAGS -O2 -Wall" +-LDFLAGS="$LDFLAGS -s" ++LDFLAGS="$LDFLAGS" + + dnl Local libralies. + if test -d /usr/local/lib; then |