Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
xalan-c
xalan-c-1.11-optflags.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xalan-c-1.11-optflags.patch of Package xalan-c
Index: c/runConfigure =================================================================== --- c/runConfigure.orig +++ c/runConfigure @@ -367,7 +367,7 @@ if test $debug = "off"; then elif test $platform = "os390"; then debugflag="-DNDEBUG"; elif test $platform = "linux"; then - debugflag="-O3 -DNDEBUG"; + debugflag="$RPM_OPT_FLAGS -DNDEBUG"; elif test $cppcompiler = "aCC"; then if test $platform = "hp-11-ia64"; then debugflag="+O3 -DNDEBUG"; @@ -375,7 +375,7 @@ if test $debug = "off"; then debugflag="+O2 -DNDEBUG"; fi else - debugflag="-O -DNDEBUG"; + debugflag="$RPM_OPT_FLAGS -DNDEBUG"; fi else echo "Debug is ON"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor