diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-01-27 15:43:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-01-27 15:43:42 +0000 |
commit | 3960fdb899b7186197fa1f8aa2a0f7d9b7b67d2b (patch) | |
tree | 7eda4c93e80253fa5007742478351be5adbbdc4d /dns | |
parent | cca00a50f461611291ec262327b23d1a4c2977c1 (diff) |
Revert r341073, static libs are not supposed to be PIC
Notes
Notes:
svn path=/head/; revision=341417
Diffstat (limited to 'dns')
-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} |