Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bind/lib/libdns Apply options for all compilers.



details:   https://anonhg.NetBSD.org/src/rev/f4a7d925aea0
branches:  trunk
changeset: 780896:f4a7d925aea0
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Aug 10 16:33:41 2012 +0000

description:
Apply options for all compilers.

diffstat:

 external/bsd/bind/lib/libdns/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 260656886913 -r f4a7d925aea0 external/bsd/bind/lib/libdns/Makefile
--- a/external/bsd/bind/lib/libdns/Makefile     Fri Aug 10 16:24:43 2012 +0000
+++ b/external/bsd/bind/lib/libdns/Makefile     Fri Aug 10 16:33:41 2012 +0000
@@ -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 @@
 .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 \



Home | Main Index | Thread Index | Old Index