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 301888 Details for
Bug 249978
rp-pppoe not built with $RPM_OPT_FLAGS
[?]
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]
Build with $RPM_OPT_FLAGS, run autoconf in %prep, not %build
rp-pppoe.patch (text/plain), 1002 bytes, created by
Ville Skyttä
on 2008-04-09 19:51:06 UTC
(
hide
)
Description:
Build with $RPM_OPT_FLAGS, run autoconf in %prep, not %build
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-04-09 19:51:06 UTC
Size:
1002 bytes
patch
obsolete
>Index: rp-pppoe.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/rp-pppoe/devel/rp-pppoe.spec,v >retrieving revision 1.41 >diff -u -r1.41 rp-pppoe.spec >--- rp-pppoe.spec 15 Feb 2008 22:16:26 -0000 1.41 >+++ rp-pppoe.spec 9 Apr 2008 19:50:06 -0000 >@@ -1,7 +1,7 @@ > Summary: A PPP over Ethernet client (for xDSL support). > Name: rp-pppoe > Version: 3.8 >-Release: 3%{?dist} >+Release: 4%{?dist} > License: GPL > Group: System Environment/Daemons > Url: http://www.roaringpenguin.com/pppoe/ >@@ -41,11 +41,12 @@ > %prep > %setup -q > %patch0 -p1 -b .config >+cd src >+autoconf > > %build > cd src >-autoconf >-CFLAGS="-D_GNU_SOURCE" %configure >+CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %configure > make > > %install >@@ -145,6 +146,9 @@ > %{_mandir}/man?/* > > %changelog >+* Wed Apr 9 2008 Ville Skyttä <ville.skytta at iki.fi> - 3.8-4 >+- Build with $RPM_OPT_FLAGS, run autoconf in %%prep, not %%build (#249978). >+ > * Fri Feb 15 2008 Than Ngo <than@redhat.com> 3.8-3 > - rebuild >
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 249978
: 301888