mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Disable the log() builtin (the math function), because it will not do much
logging of information like the program expects.
This commit is contained in:
parent
817a5d2482
commit
02f474d6ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121527
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CFLAGS+= -DRSRR
|
||||
CFLAGS+= -DRSRR -fno-builtin-log
|
||||
|
||||
.if exists(${.OBJDIR}/../common)
|
||||
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
|
||||
|
Loading…
Reference in New Issue
Block a user