It's not possible to link with static xmlrpc-c libraries - linker complains that they should be build with -fPIC. The attached patch obtained from gentoo portage fixes the problem. PS The thing I cannot figure out: why does it build only static version of C++ libraries?
Responsible Changed From-To: freebsd-ports-bugs->chinsan Over to maintainer (via the GNATS Auto Assign Tool)
chinsan 2008-10-24 09:02:02 UTC FreeBSD ports repository Modified files: net/xmlrpc-c Makefile Added files: net/xmlrpc-c/files patch-src-cpp-Makefile Log: - Fix linker issue with static xmlrpc-c libraries. - Bump PORTREVISION PR: ports/128033 Submitted by: Roman Bogorodskiy (novel@) Revision Changes Path 1.36 +1 -0 ports/net/xmlrpc-c/Makefile 1.1 +11 -0 ports/net/xmlrpc-c/files/patch-src-cpp-Makefile (new) _______________________________________________ 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"
chinsan 2008-10-24 09:07:41 UTC FreeBSD ports repository Modified files: net/xmlrpc-c-devel Makefile Added files: net/xmlrpc-c-devel/files patch-src-cpp-Makefile Log: - Fix linker issue with static xmlrpc-c libraries. - Bump PORTREVISION PR: ports/128033 Submitted by: Roman Bogorodskiy (novel@) Revision Changes Path 1.35 +1 -0 ports/net/xmlrpc-c-devel/Makefile 1.1 +11 -0 ports/net/xmlrpc-c-devel/files/patch-src-cpp-Makefile (new) _______________________________________________ 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.