diff options
author | garga <garga@FreeBSD.org> | 2014-01-27 23:43:42 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-01-27 23:43:42 +0800 |
commit | 981c6acf17ed2d40e3823379e60e15f22b72eb3d (patch) | |
tree | 7eda4c93e80253fa5007742478351be5adbbdc4d | |
parent | c8da5a0b2918365027727005debae1e12e2dabdd (diff) | |
download | freebsd-ports-gnome-981c6acf17ed2d40e3823379e60e15f22b72eb3d.tar.gz freebsd-ports-gnome-981c6acf17ed2d40e3823379e60e15f22b72eb3d.tar.zst freebsd-ports-gnome-981c6acf17ed2d40e3823379e60e15f22b72eb3d.zip |
Revert r341073, static libs are not supposed to be PIC
-rw-r--r-- | dns/bind98/Makefile | 1 | ||||
-rw-r--r-- | dns/bind99/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 28394c05d2e6..30b38c3cb1da 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -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} diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 2b46f1709abf..4e1d8844f0d4 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -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} |