mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00: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