diff options
author | garga <garga@FreeBSD.org> | 2014-01-26 02:28:03 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-01-26 02:28:03 +0800 |
commit | 5f16a44642a233ca58955701a804a1b1c36bbf56 (patch) | |
tree | ed5d3755e9d51a2ff6789e555734c1e75bf0e357 /dns/bind98 | |
parent | 3cc89607523ba4382ad771c85193d0faf0856815 (diff) | |
download | freebsd-ports-gnome-5f16a44642a233ca58955701a804a1b1c36bbf56.tar.gz freebsd-ports-gnome-5f16a44642a233ca58955701a804a1b1c36bbf56.tar.zst freebsd-ports-gnome-5f16a44642a233ca58955701a804a1b1c36bbf56.zip |
Add -fPIC to CFLAGS for amd64, this fix static libraries
Approved by: mat@ (maintainer)
Diffstat (limited to 'dns/bind98')
-rw-r--r-- | dns/bind98/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 30b38c3cb1da..28394c05d2e6 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -104,6 +104,7 @@ GSSAPI_CONFIGURE_WITH= gssapi .if (${ARCH} == "amd64") ARCH= x86_64 +CFLAGS+= -fPIC .endif .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE} |