summarylogtreecommitdiffstats
path: root/xavs-0.1.55-dont-strip-symbols.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xavs-0.1.55-dont-strip-symbols.patch')
-rw-r--r--xavs-0.1.55-dont-strip-symbols.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/xavs-0.1.55-dont-strip-symbols.patch b/xavs-0.1.55-dont-strip-symbols.patch
new file mode 100644
index 000000000000..439a15f2fcec
--- /dev/null
+++ b/xavs-0.1.55-dont-strip-symbols.patch
@@ -0,0 +1,12 @@
+--- xavs-0.1.55/configure~ 2011-11-24 10:42:06.000000000 +0100
++++ xavs-0.1.55/configure 2011-11-24 11:49:04.908528371 +0100
+@@ -404,8 +404,7 @@ if [ "$pic" = "yes" ] ; then
+ fi
+
+ if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
+- CFLAGS="$CFLAGS -s -fomit-frame-pointer"
+- LDFLAGS="$LDFLAGS -s"
++ CFLAGS="$CFLAGS -fomit-frame-pointer"
+ fi
+
+ if [ "$debug" = "yes" ]; then