Date: Mon, 5 Oct 2009 23:41:13 +1100 From: "Dima Panov" <fluffy@FreeBSD.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/139367: security/xmlsec1: use -fPIC on 64-bit platforms Message-ID: <1254746473.59551@Fluffy.Khv.RU> Resent-Message-ID: <200910051250.n95Co2XG080634@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139367 >Category: ports >Synopsis: security/xmlsec1: use -fPIC on 64-bit platforms >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 05 12:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 9.0-900002-CURRENT amd64 >Organization: Fluffy.Khv.RU >Environment: System: FreeBSD 9.0-900002-CURRENT #0: Mon Sep 28 20:21:14 VLAST 2009 fluffy@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: security/xmlsec1: use -fPIC on 64-bit platforms >How-To-Repeat: on amd64 or ia64: make -DWITH_NSS -DWITH_GNUTLS all install >Fix: --- xmlsec1.diff begins here --- Index: security/xmlsec1/Makefile =================================================================== RCS file: /home/ncvs/ports/security/xmlsec1/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- security/xmlsec1/Makefile 1 Oct 2009 20:10:54 -0000 1.25 +++ security/xmlsec1/Makefile 5 Oct 2009 12:38:50 -0000 @@ -55,6 +55,10 @@ .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fPIC +.endif + .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}" LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls --- xmlsec1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1254746473.59551>