svn commit: r341417 - in head/dns: bind98 bind99

Renato Botelho garga at FreeBSD.org
Mon Jan 27 15:43:42 UTC 2014


Author: garga
Date: Mon Jan 27 15:43:42 2014
New Revision: 341417
URL: http://svnweb.freebsd.org/changeset/ports/341417
QAT: https://qat.redports.org/buildarchive/r341417/

Log:
  Revert r341073, static libs are not supposed to be PIC

Modified:
  head/dns/bind98/Makefile
  head/dns/bind99/Makefile

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Mon Jan 27 15:37:33 2014	(r341416)
+++ head/dns/bind98/Makefile	Mon Jan 27 15:43:42 2014	(r341417)
@@ -104,7 +104,6 @@ GSSAPI_CONFIGURE_WITH=	gssapi
 
 .if (${ARCH} == "amd64")
 ARCH=		x86_64
-CFLAGS+=	-fPIC
 .endif
 
 .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE}

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Mon Jan 27 15:37:33 2014	(r341416)
+++ head/dns/bind99/Makefile	Mon Jan 27 15:43:42 2014	(r341417)
@@ -111,7 +111,6 @@ GSSAPI_CONFIGURE_WITH=	gssapi
 
 .if (${ARCH} == "amd64")
 ARCH=		x86_64
-CFLAGS+=	-fPIC
 .endif
 
 .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE}


More information about the svn-ports-all mailing list