diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-09 18:48:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-09 18:48:54 +0000 |
commit | 27bfb5725ebdcd08e5b07c5d149ed70dc2f297a4 (patch) | |
tree | a43785d41212251b668bf48a4fbf5806d50ce6d2 /dns | |
parent | c28a6eb18bd80c4c5e6c3643f95b54fd9360bfa3 (diff) | |
download | ports-27bfb5725ebdcd08e5b07c5d149ed70dc2f297a4.tar.gz ports-27bfb5725ebdcd08e5b07c5d149ed70dc2f297a4.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/hesiod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index 8bc68c42f518..06123e58fa88 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -35,5 +35,6 @@ VERSION=3.0 .endif MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}" +CFLAGS+= -fPIC .include <bsd.port.post.mk> |