summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2002-07-24 12:55:56 +0000
committergrant <grant>2002-07-24 12:55:56 +0000
commit5c1934c3cc1d3e18b00f7fca9da8205cb4cf19b3 (patch)
tree277931f6dc03e44531227195f0735afcbe8d4aff /net
parent83fda3b50a72a26b4bd5e547eeba986a4d588a4e (diff)
downloadpkgsrc-5c1934c3cc1d3e18b00f7fca9da8205cb4cf19b3.tar.gz
override built-in libtool to fix shared library major versions on
non-NetBSD systems.
Diffstat (limited to 'net')
-rw-r--r--net/bind9/Makefile6
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 \