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

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 21 15:42:16 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 #14 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2008-10-21 11:42:15 EDT ---
Just for CFLAGS issue

(In reply to comment #12)
> %build
> export CFLAGS=$RPM_OPT_FLAGS
> ./configure
> 
> doesn't pass CFLAGS to gcc, I don't know why. 

Because configure.ac contains:
---------------------------------------------------------------
    35  
    36  CFLAGS=
    37  AC_AIX
---------------------------------------------------------------
The line 36 is the culprit.
---------------------------------------------------------------
sed -i.cflags -e '/^CFLAGS=$/d' configure
---------------------------------------------------------------
before calling %configure will save CFLAGS.

-- 
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