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

Dan Horák <d...@danny.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d...@danny.cz

--- Comment #2 from Dan Horák <d...@danny.cz> 2011-08-16 12:10:41 EDT ---
I think better option to fix the libdir issue is to use sed which will fix it
easily for all 64bit arches like s390x, ppc64, sparc64 and not only for x86_64

You could use
sed -i.orig -e 's|$(prefix)/lib|$(prefix)/%{_lib}/|g' build/GNUmakefile
instead of the %ifarch-ed %patch

Another note - you should drop the gcc-c++ from BRs, it's always part of the
buildroot, see http://fedoraproject.org/wiki/Packaging:Guidelines#Exceptions_2

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