Powerpc is similar to amd64 in that it requires -fPIC when building shared libs How-To-Repeat: Build the port, and run an objdump on the shared lib. The infamous relocation type of 10 will show up. That's actually non-relocatable and will be rejected by the run-time linker when the library is used.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
edwin 2008-06-18 08:39:01 UTC FreeBSD ports repository Modified files: audio/liba52 Makefile Log: [PATCH] audio/liba52: powerpc build requires -fPIC Powerpc is similar to amd64 in that it requires -fPIC when building shared libs PR: ports/122899 Submitted by: Peter Grehan <grehan@FreeBSD.org> Approved by: maintainer timeout Revision Changes Path 1.23 +1 -1 ports/audio/liba52/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
edwin 2008-06-18 08:39:36 UTC FreeBSD ports repository Modified files: audio/liba52 Makefile Log: [PATCH] audio/liba52: powerpc build requires -fPIC Powerpc is similar to amd64 in that it requires -fPIC when building shared libs Portversion bump to differentiate between builds. PR: ports/122899 Submitted by: Peter Grehan <grehan@FreeBSD.org> Approved by: maintainer timeout Revision Changes Path 1.24 +1 -1 ports/audio/liba52/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!