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/36093e2f4066
branches:  trunk
changeset: 961225:36093e2f4066
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 280d47c89b52 -r 36093e2f4066 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 @@
 .include "${.PARSEDIR}/../Makefile.inc"
 .endif
 .endif
+
+COPTS+=        -fcommon



Home | Main Index | Thread Index | Old Index