Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 645529 - bind-dyndb-ldap 0.1.0-0.15.b built without $RPM_OPT_FLAGS
Summary: bind-dyndb-ldap 0.1.0-0.15.b built without $RPM_OPT_FLAGS
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bind-dyndb-ldap
Version: rawhide
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Adam Tkac
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2010-10-21 18:01 UTC by Ville Skyttä
Modified: 2013-04-30 23:47 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-10-22 07:24:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2010-10-21 18:01:56 UTC
http://fedoraproject.org/wiki/Packaging/Guidelines#Compiler_flags

bind-dyndb-ldap 0.1.0-0.15.b is built without $RPM_OPT_FLAGS; 0.14.b did not have this problem.  Possible (untested) fix:

-export CFLAGS="`isc-config.sh --cflags dns`"
+export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"

Comment 1 Adam Tkac 2010-10-22 07:18:22 UTC
Good catch, thank you for report.

Comment 2 Adam Tkac 2010-10-22 07:24:58 UTC
Fixed in bind-dyndb-ldap-0.1.0-0.16.b.fc15.


Note You need to log in before you can comment on or make changes to this bug.