remove std= override from here. It happens on top of the bind tree.
This commit is contained in:
parent
0b920f749a
commit
c088a49736
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2024/02/21 22:52:54 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2024/02/29 20:41:52 christos Exp $
|
||||
|
||||
NOLINT=yes # XXX
|
||||
LIB=isc
|
||||
|
@ -9,7 +9,6 @@ LIB=isc
|
|||
LIBUVDIR=${NETBSDSRCDIR}/external/mit/libuv
|
||||
LIBUVOBJDIR!= cd ${LIBUVDIR}/lib && ${PRINTOBJDIR}
|
||||
CPPFLAGS+=-I${LIBUVDIR}/dist/include
|
||||
CFLAGS+=-std=gnu18
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
|
|
Loading…
Reference in New Issue