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 <[EMAIL PROTECTED]>  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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to