Module Name: src
Committed By: wiz
Date: Wed Dec 21 17:24:08 UTC 2022
Modified Files:
src/external/bsd/unbound: Makefile.inc
Log Message:
Remove unneeded -D_OPENBSD_SOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/unbound/Makefile.inc
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/unbound/Makefile.inc
diff -u src/external/bsd/unbound/Makefile.inc:1.4 src/external/bsd/unbound/Makefile.inc:1.5
--- src/external/bsd/unbound/Makefile.inc:1.4 Sun Feb 4 03:19:53 2018
+++ src/external/bsd/unbound/Makefile.inc Wed Dec 21 17:24:08 2022
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.4 2018/02/04 03:19:53 christos Exp $
+# $NetBSD: Makefile.inc,v 1.5 2022/12/21 17:24:08 wiz Exp $
USE_FORT?= yes # network client/server
UNBOUND:=${.PARSEDIR}/dist
.PATH: ${UNBOUND}/doc
-CPPFLAGS += -D_OPENBSD_SOURCE
-
DPLIBS+= ssl ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libssl
DPLIBS+= crypto ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto
DPLIBS+= crypt ${NETBSDSRCDIR}/lib/libcrypt