summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-04-15 09:29:20 +0000
committerAlin Năstac <mrness@gentoo.org>2007-04-15 09:29:20 +0000
commit18d4dcd65c27439d13e58d7eb80574e081a8f591 (patch)
tree058eb92b7f069f8c4c18ec832401a242db221787 /net-dialup/penggy/files
parentFix QA warnings (diff)
downloadgentoo-2-18d4dcd65c27439d13e58d7eb80574e081a8f591.tar.gz
gentoo-2-18d4dcd65c27439d13e58d7eb80574e081a8f591.tar.bz2
gentoo-2-18d4dcd65c27439d13e58d7eb80574e081a8f591.zip
Fix QA pre-stripped warning
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-dialup/penggy/files')
-rw-r--r--net-dialup/penggy/files/penggy-0.2.1-nostrip.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-dialup/penggy/files/penggy-0.2.1-nostrip.patch b/net-dialup/penggy/files/penggy-0.2.1-nostrip.patch
new file mode 100644
index 000000000000..cd2eee09f4c1
--- /dev/null
+++ b/net-dialup/penggy/files/penggy-0.2.1-nostrip.patch
@@ -0,0 +1,13 @@
+diff -Nru penggy-0.2.1.orig/configure.ac penggy-0.2.1/configure.ac
+--- penggy-0.2.1.orig/configure.ac 2007-04-15 12:23:48.000000000 +0300
++++ penggy-0.2.1/configure.ac 2007-04-15 12:26:04.000000000 +0300
+@@ -153,9 +153,6 @@
+ if test "$debug" = yes; then
+ CFLAGS="$CFLAGS -g"
+ AC_DEFINE([DEBUG], 1,[ Enable/disable debugging ])
+-else
+- CFLAGS="$CFLAGS -O2"
+- LDFLAGS="$LDFLAGS -s"
+ fi
+ AM_CONDITIONAL(DEBUG, test "$debug" = yes)
+