Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: ppc64 pangox.pc contains unneeded rpath linkage https://bugzilla.redhat.com/show_bug.cgi?id=437675 ------- Additional Comments From [EMAIL PROTECTED] 2008-03-16 21:25 EST ------- Well, x86_64: http://koji.fedoraproject.org/koji/taskinfo?taskID=518796 ppc64: http://koji.fedoraproject.org/koji/taskinfo?taskID=518785 (build intentionally exited with 1, just to catch some logs) pangox.pc.in contains ---------------------------------------------------------------------------- Libs: -L${libdir} [EMAIL PROTECTED]@ @X_LIBS@ ---------------------------------------------------------------------------- so -R/usr/lib64 in ppc64 comes from X_LIBS. And in ppc64 -R/usr/lib64 is added to X_LIBS around lines 20580-20668 in configure. on ppc64: ----------------------------------------------------------------------------- checking whether -R must be followed by a space... no ----------------------------------------------------------------------------- Then -R/usr/lib64 is added to X_LIBS around the line 20620 in configure. On the other hand, in x86_64: ----------------------------------------------------------------------------- 205 checking whether -R must be followed by a space... neither works ----------------------------------------------------------------------------- -- 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, or are watching someone who is. _______________________________________________ Fedora-fonts-bugs-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
