[Bug 447847] Review Request: unbound - Validating, recursive, and caching DNS(SEC) resolver

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 21 15:03:18 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=447847





--- Comment #12 from Adam Tkac <atkac at redhat.com>  2008-10-21 11:03:17 EDT ---
All problems were fixed except one - compiler flags:

http://fedoraproject.org/wiki/Packaging/Guidelines#Compiler_flags

"Standard" approach

%build
export CFLAGS=$RPM_OPT_FLAGS
./configure

doesn't pass CFLAGS to gcc, I don't know why. But something like

sed -i 's/CFLAGS=@CFLAGS@/CFLAGS=@CFLAGS@ '"$RPM_OPT_FLAGS"'/' Makefile.in

works.

I recommend put %configure command to build section (but it isn't needed).
Otherwise all looks fine for me.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list