Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=459945 --- Comment #9 from manuel wolfshant <wolfy@xxxxxxxxxxxxxxxxxx> 2009-01-06 15:14:32 EDT --- Actually I think that the solution is to patch configure (notice the last line below): # Check whether --enable-debug was given. if test "${enable_debug+set}" = set; then enableval=$enable_debug; if test "$enable_debug" = "yes" ; then temp_CXXFLAGS=`echo $CXXFLAGS | sed "s/-O./ /; s/-g//"` CXXFLAGS="-g $temp_CXXFLAGS" cat >>confdefs.h <<\_ACEOF #define DEBUG 1 _ACEOF fi else enable_debug="no" temp_CXXFLAGS=`echo $CXXFLAGS | sed "s/-O./ /; s/-g//"` CXXFLAGS="-O3 $temp_CXXFLAGS" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review