[Bug 459945] Review Request: pfstmo - PFS tone mapping operators

bugzilla at redhat.com bugzilla at redhat.com
Tue Jan 6 20:14:33 UTC 2009


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 at nobugconsulting.ro>  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.




More information about the Fedora-package-review mailing list