configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_nostrip.dpatch by Muammar El Khatib <muammarelkhatib@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: With this patch we eliminate -s flag.
@DPATCH@
--- mtpaint-3.31/configure 2009-05-21 11:48:42.000000000 -0430
+++ configure 2009-05-21 11:51:30.000000000 -0430
@@ -552,7 +552,7 @@
if [ "$DEBUG" = NO ]
then
- GTK_LIB="$GTK_LIB -s"
+ GTK_LIB="$GTK_LIB"
else
I_EX="$I_EX -ggdb"
fi