Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 150824 Details for
Bug 233737
wormux: $RPM_OPT_FLAGS not used
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Use $RPM_OPT_FLAGS
wormux-0.7.9-optflags.patch (text/plain), 2.11 KB, created by
Ville Skyttä
on 2007-03-24 11:11:54 UTC
(
hide
)
Description:
Use $RPM_OPT_FLAGS
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-03-24 11:11:54 UTC
Size:
2.11 KB
patch
obsolete
>--- wormux-0.7.9/configure.ac~ 2007-01-28 16:06:11.000000000 +0200 >+++ wormux-0.7.9/configure.ac 2007-03-24 12:59:34.000000000 +0200 >@@ -150,11 +150,8 @@ > GCC_FLAGS="$GCC_FLAGS -O2" > fi > >- dnl Ignore default options set by autoconf >- dnl CFLAGS="$CFLAGS $GCC_FLAGS" >- CFLAGS="$GCC_FLAGS" >- dnl CXXFLAGS="$CXXFLAGS $GCC_FLAGS" >- CXXFLAGS="$GCC_FLAGS" >+ CFLAGS="$GCC_FLAGS $CFLAGS" >+ CXXFLAGS="$GCC_FLAGS $CXXFLAGS" > > else > if test "x${debug}" = "xyes"; then >--- wormux-0.7.9/configure~ 2007-01-28 16:06:58.000000000 +0200 >+++ wormux-0.7.9/configure 2007-03-24 12:59:57.000000000 +0200 >@@ -7319,8 +7319,8 @@ > GCC_FLAGS="$GCC_FLAGS -O2" > fi > >- CFLAGS="$GCC_FLAGS" >- CXXFLAGS="$GCC_FLAGS" >+ CFLAGS="$GCC_FLAGS $CFLAGS" >+ CXXFLAGS="$GCC_FLAGS $CXXFLAGS" > > else > if test "x${debug}" = "xyes"; then >--- wormux-0.7.9/src/Makefile.am~ 2007-01-28 16:03:48.000000000 +0200 >+++ wormux-0.7.9/src/Makefile.am 2007-03-24 13:03:12.000000000 +0200 >@@ -176,7 +176,7 @@ > weapon/blowtorch.cpp weapon/blowtorch.h \ > weapon/syringe.cpp weapon/syringe.h > >-AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" -Werror >+AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" > > > if WIN32 >--- wormux-0.7.9/src/Makefile.in~ 2007-01-28 16:06:57.000000000 +0200 >+++ wormux-0.7.9/src/Makefile.in 2007-03-24 13:03:28.000000000 +0200 >@@ -518,7 +518,7 @@ > weapon/submachine_gun.h weapon/polecat.cpp weapon/polecat.h \ > weapon/blowtorch.cpp weapon/blowtorch.h weapon/syringe.cpp \ > weapon/syringe.h $(am__append_1) >-AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" -Werror >+AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" > all: config.h > $(MAKE) $(AM_MAKEFLAGS) all-recursive >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233737
: 150824