Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 782188 Details for
Bug 991613
Allow opt-out gnuconfig hack in %configure
Home
New
Search
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.rh90 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]
Add %configure_gnuconfig_hack option
redhat-rpm-config-9.1.0-opt-out-gnuconfig-hack.patch (text/plain), 887 bytes, created by
Pavel Raiskup
on 2013-08-02 23:17:30 UTC
(
hide
)
Description:
Add %configure_gnuconfig_hack option
Filename:
MIME Type:
Creator:
Pavel Raiskup
Created:
2013-08-02 23:17:30 UTC
Size:
887 bytes
patch
obsolete
>diff --git a/macros b/macros >index cf59046..f9ef88c 100644 >--- a/macros >+++ b/macros >@@ -26,6 +26,8 @@ > %_enable_debug_packages 1 > %_include_minidebuginfo 1 > >+%configure_gnuconfig_hack 1 >+ > #============================================================================== > # ---- configure and makeinstall. > # >@@ -36,7 +38,7 @@ > FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \ > FCFLAGS="${FCFLAGS:-%optflags -I%_fmoddir}" ; export FCFLAGS ; \ > LDFLAGS="${LDFLAGS:-%__global_ldflags}"; export LDFLAGS; \ >- for i in $(find . -name config.guess -o -name config.sub) ; do \ >+ [ "%configure_gnuconfig_hack" = 1 ] && for i in $(find . -name config.guess -o -name config.sub) ; do \ > [ -f /usr/lib/rpm/redhat/$(basename $i) ] && %{__rm} -f $i && %{__cp} -fv /usr/lib/rpm/redhat/$(basename $i) $i ; \ > done ; \ > %{_configure} --build=%{_build} --host=%{_host} \\\
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 991613
: 782188