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