Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mpl/bind use -fcommon.
details: https://anonhg.NetBSD.org/src/rev/dba3a393aa01
branches: trunk
changeset: 378428:dba3a393aa01
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Apr 13 01:15:57 2021 +0000
description:
use -fcommon.
diffstat:
external/mpl/bind/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 7f5c83ac0931 -r dba3a393aa01 external/mpl/bind/Makefile.inc
--- a/external/mpl/bind/Makefile.inc Tue Apr 13 01:11:05 2021 +0000
+++ b/external/mpl/bind/Makefile.inc Tue Apr 13 01:15:57 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2021/02/19 16:42:08 christos Exp $
+# $NetBSD: Makefile.inc,v 1.11 2021/04/13 01:15:57 mrg Exp $
.if !defined(BIND9_MAKEFILE_INC)
BIND9_MAKEFILE_INC=yes
@@ -141,3 +141,5 @@ CPPFLAGS+=-I${IDIST}/lib/isc/nothreads/i
.include "${.PARSEDIR}/../Makefile.inc"
.endif
.endif
+
+COPTS+= -fcommon
Home |
Main Index |
Thread Index |
Old Index