Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/dhcp use -fcommon here too.



details:   https://anonhg.NetBSD.org/src/rev/22be60d13fe7
branches:  trunk
changeset: 961233:22be60d13fe7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Apr 13 04:14:46 2021 +0000

description:
use -fcommon here too.

diffstat:

 external/mpl/dhcp/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 61803627bf58 -r 22be60d13fe7 external/mpl/dhcp/Makefile.inc
--- a/external/mpl/dhcp/Makefile.inc    Tue Apr 13 04:13:52 2021 +0000
+++ b/external/mpl/dhcp/Makefile.inc    Tue Apr 13 04:14:46 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2021/02/20 01:43:04 christos Exp $
+# $NetBSD: Makefile.inc,v 1.10 2021/04/13 04:14:46 mrg Exp $
 
 WARNS?=        1       # XXX -Wshadow -Wcast-qual -Wsign-compare
 
@@ -61,3 +61,5 @@
 .endif
 DPADD+= ${COBJDIR}/libdhcp.a
 DPADD+= ${OMOBJDIR}/libomapi.a
+
+COPTS+=        -fcommon



Home | Main Index | Thread Index | Old Index