Use -D to rename the log() function (extensively used) rather than
using the gcc-specific -fno-builtin-log switch.
This commit is contained in:
parent
446d2f7e9f
commit
4516581af2
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CFLAGS+= -DRSRR -fno-builtin-log
|
||||
CFLAGS+= -DRSRR -Dlog=logit
|
||||
|
||||
.if exists(${.OBJDIR}/../common)
|
||||
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user