diff options
author | grant <grant> | 2002-07-24 12:55:56 +0000 |
---|---|---|
committer | grant <grant> | 2002-07-24 12:55:56 +0000 |
commit | 69730c3a49502b1ae295fe8a551fddab43b508ab (patch) | |
tree | 277931f6dc03e44531227195f0735afcbe8d4aff /net/bind9 | |
parent | 9bc1f63e07861c3600432cd6350301637114b690 (diff) | |
download | pkgsrc-69730c3a49502b1ae295fe8a551fddab43b508ab.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 \ |