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 <[EMAIL PROTECTED]>  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/[EMAIL PROTECTED]@/[EMAIL PROTECTED]@ '"$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.

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

Reply via email to