Use -D to rename the log() function (extensively used) rather than

using the gcc-specific -fno-builtin-log switch.
This commit is contained in:
peter 2003-10-30 22:59:41 +00:00
parent 446d2f7e9f
commit 4516581af2

View File

@ -1,6 +1,6 @@
# $FreeBSD$
CFLAGS+= -DRSRR -fno-builtin-log
CFLAGS+= -DRSRR -Dlog=logit
.if exists(${.OBJDIR}/../common)
LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a