Module Name: src
Committed By: joerg
Date: Fri Aug 10 16:33:41 UTC 2012
Modified Files:
src/external/bsd/bind/lib/libdns: Makefile
Log Message:
Apply options for all compilers.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bind/lib/libdns/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/bsd/bind/lib/libdns/Makefile
diff -u src/external/bsd/bind/lib/libdns/Makefile:1.6 src/external/bsd/bind/lib/libdns/Makefile:1.7
--- src/external/bsd/bind/lib/libdns/Makefile:1.6 Tue Jun 5 00:43:13 2012
+++ src/external/bsd/bind/lib/libdns/Makefile Fri Aug 10 16:33:41 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/06/05 00:43:13 christos Exp $
+# $NetBSD: Makefile,v 1.7 2012/08/10 16:33:41 joerg Exp $
LIB=dns
@@ -12,11 +12,9 @@ DIST= ${IDIST}/lib/dns
.PATH.c: ${DIST}/unix ${DIST}/sec/dst ${DIST}
CPPFLAGS+= -I${BIND_SRCDIR}/include/dns -I${DIST}
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
.for f in lookup byaddr request sdb validator
COPTS.${f}.c+= -Wno-pointer-sign -fno-strict-aliasing
.endfor
-.endif
DNSSEC_SRCS= dst_api.c dst_lib.c dst_parse.c dst_result.c \
gssapi_link.c gssapictx.c hmac_link.c key.c openssl_link.c \