Module Name: src Committed By: christos Date: Mon Sep 30 17:37:26 UTC 2024
Modified Files: src/external/mpl/bind/lib/libisc: Makefile Log Message: There is no ipv6.c file (Greg Woods) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/external/mpl/bind/lib/libisc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mpl/bind/lib/libisc/Makefile diff -u src/external/mpl/bind/lib/libisc/Makefile:1.22 src/external/mpl/bind/lib/libisc/Makefile:1.23 --- src/external/mpl/bind/lib/libisc/Makefile:1.22 Thu Feb 29 15:41:52 2024 +++ src/external/mpl/bind/lib/libisc/Makefile Mon Sep 30 13:37:26 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2024/02/29 20:41:52 christos Exp $ +# $NetBSD: Makefile,v 1.23 2024/09/30 17:37:26 christos Exp $ NOLINT=yes # XXX LIB=isc @@ -44,11 +44,6 @@ SRCS= app.c assertions.c astack.c base3 ${UNIX_SRCS} ${PTHREAD_SRCS} ${CRYPTO_SRCS} ${NETMGR_SRCS} -.if (${USE_INET6} == "no") -CPPFLAGS.net.c= -Wno-error -SRCS+= ipv6.c -.endif - LDFLAGS+=-Wl,--version-script=${.CURDIR}/isc.map LDADD+=-Wl,-Bstatic