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

--- Comment #12 from Robert Scheck <redhat-bugzi...@linuxnetz.de> 2011-06-02 
19:50:50 EDT ---
If you use $RPM_BUILD_ROOT, you must use $RPM_OPT_FLAGS - see comment #10.

Additionally, the opt. flags are still not honored when looking to build.log,
because you applied them not as suggested as in comment #9. Please replace

  make CFLAGS='%{optflags}' %{?_smp_mflags}

by

  make OPT="$RPM_OPT_FLAGS" %{?_smp_mflags}

which makes it working and uses the same style as the rest of your *.spec.

-- 
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.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to