diff options
author | grant <grant@pkgsrc.org> | 2002-07-24 12:55:56 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-07-24 12:55:56 +0000 |
commit | 90b3c14329c1d4213a8b9241ddb84cca210e6bc2 (patch) | |
tree | 277931f6dc03e44531227195f0735afcbe8d4aff /net/bind9 | |
parent | 504f903dc165be878b1e7323fc24d7e06305a902 (diff) | |
download | pkgsrc-90b3c14329c1d4213a8b9241ddb84cca210e6bc2.tar.gz |
override built-in libtool to fix shared library major versions on
non-NetBSD systems.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 13b56e6e2d9..e7c156bd195 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2002/07/19 11:20:30 martti Exp $ +# $NetBSD: Makefile,v 1.41 2002/07/24 12:55:56 grant Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -17,6 +17,10 @@ DIST_SUBDIR= bind/${BIND_VERSION} BUILD_DEFS+= USE_INET6 # No need to set USE_INET6, will auto-detect. +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/lib/bind/libtool + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads CONFIGURE_ARGS+=--with-libtool=yes \ |