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 147849 Details for
Bug 228195
gauche-gtk: $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
g.patch (text/plain), 880 bytes, created by
Ville Skyttä
on 2007-02-11 09:25:26 UTC
(
hide
)
Description:
Use $RPM_OPT_FLAGS
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-02-11 09:25:26 UTC
Size:
880 bytes
patch
obsolete
>Index: gauche-gtk.spec >=================================================================== >RCS file: /cvs/extras/rpms/gauche-gtk/devel/gauche-gtk.spec,v >retrieving revision 1.4 >diff -u -r1.4 gauche-gtk.spec >--- gauche-gtk.spec 18 Jan 2007 19:35:32 -0000 1.4 >+++ gauche-gtk.spec 11 Feb 2007 09:24:45 -0000 >@@ -31,8 +31,9 @@ > > > %build >-CFLAGS="`pkg-config --cflags freetype2` -fPIC" %configure --enable-gtkgl --enable-glgd --enable-glgd-pango >-make %{?_smp_mflags} >+CFLAGS="$RPM_OPT_FLAGS `pkg-config --cflags freetype2` -fPIC" \ >+%configure --enable-gtkgl --enable-glgd --enable-glgd-pango >+make %{?_smp_mflags} OPTFLAGS= > > > %install >@@ -41,6 +42,8 @@ > mkdir -p $RPM_BUILD_ROOT`gauche-config --sysarchdir` > make install DESTDIR=$RPM_BUILD_ROOT > find $RPM_BUILD_ROOT -name '*.so' -exec chmod 0755 '{}' ';' >+chmod -c 644 */*.c # for debuginfo >+ > > %clean > rm -rf $RPM_BUILD_ROOT
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 228195
: 147849