patches/yasm-02-configure.diff
author viskov
Thu, 04 Nov 2010 20:31:01 +0000
changeset 3002 1de68f5113db
parent 1261 209bfdfa49f1
permissions -rw-r--r--
2010-11-04 Alex Viskovatoff <[email protected]> * SFEqt4.spec: Add %include osdistro.inc * SFEyasm.spec: Update to 1.1.0

--- yasm-1.1.0/configure.orig	Sat Aug  7 12:38:19 2010
+++ yasm-1.1.0/configure	Thu Nov  4 16:02:23 2010
@@ -7676,12 +7676,6 @@
 # Add some more CFLAGS for various options.
 #
 
-if test "$debugging" = "no" ; then
-
-  CFLAGS="`echo $CFLAGS' ' | sed -e 's/-g[0-9] //g' | sed -e 's/-g//g'`"
-
-fi
-
 # Turn warnings into errors
 if test "$warnerror" = "yes"; then
   if test "$GCC" = "yes"; then