diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-02-22 03:50:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-02-22 03:50:57 +0000 |
commit | 8121bdf3137e7f29ff09e741d90f143fe024fc13 (patch) | |
tree | f3f1e66e4145e8713f1ea09a394f12fd9b8462af /net/bind9/patches/patch-ae | |
parent | 906d7e99e6c2d90655bf3fb6de3ec056a5e5e46b (diff) | |
download | pkgsrc-8121bdf3137e7f29ff09e741d90f143fe024fc13.tar.gz |
BIND 9.0.0b1 is the first public release of BIND 9 code. It will
be most useful to advanced users working with IPv6 or DNSSEC.
BIND 9.0.0b1 is not functionally complete, and is not a release
candidate for BIND 9.0.0. The ISC anticipates a number of additional
beta releases between now and May, when BIND 9.0.0 is scheduled to
be released.
The ISC does not recommend using BIND 9.0.0b1 for "production"
services.
Diffstat (limited to 'net/bind9/patches/patch-ae')
-rw-r--r-- | net/bind9/patches/patch-ae | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net/bind9/patches/patch-ae b/net/bind9/patches/patch-ae new file mode 100644 index 00000000000..ccdc6e92ff1 --- /dev/null +++ b/net/bind9/patches/patch-ae @@ -0,0 +1,34 @@ +$NetBSD: patch-ae,v 1.1.1.1 2000/02/22 03:51:00 hubertf Exp $ + +--- lib/tests/Makefile.in.orig Fri Feb 4 00:15:53 2000 ++++ lib/tests/Makefile.in Mon Feb 21 05:59:53 2000 +@@ -17,6 +17,12 @@ + VPATH = @srcdir@ + top_srcdir = @top_srcdir@ + ++@BIND9_VERSION@ ++ ++@LIBDNS_API@ ++ ++@BIND9_INCLUDES@ ++ + CINCLUDES = -I../../lib/isc/unix/include \ + -I${srcdir}/../../lib/isc/unix/include \ + -I${srcdir}/../../lib/isc/pthreads/include \ +@@ -39,9 +45,15 @@ + + @BIND9_MAKE_RULES@ + +-libt_api.@A@: ${OBJS} ++libt_api.a: ${OBJS} + ${AR} ${ARFLAGS} $@ ${OBJS} + ${RANLIB} $@ ++ ++libt_api.la: ${OBJS} ++ ${LIBTOOL} --mode=link \ ++ ${CC} ${ALL_CFLAGS} -o libt_api.la -rpath ${libdir} \ ++ -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \ ++ ${OBJS} ${LIBS} + + timestamp: libt_api.@A@ + touch timestamp |