diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-10-30 22:59:41 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-10-30 22:59:41 +0000 |
commit | 482e283b1e728246eb31dbaa870a02171f3a07a2 (patch) | |
tree | f1ed5f468fcf990e2db1f7a86c2a3497cc83be13 /usr.sbin/mrouted/Makefile.inc | |
parent | c903443a2c3bb9cf4a90426a1210a41daad8d9b5 (diff) |
Use -D to rename the log() function (extensively used) rather than
using the gcc-specific -fno-builtin-log switch.
Notes
Notes:
svn path=/head/; revision=121768
Diffstat (limited to 'usr.sbin/mrouted/Makefile.inc')
-rw-r--r-- | usr.sbin/mrouted/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/Makefile.inc b/usr.sbin/mrouted/Makefile.inc index af7ae508b460..63c22100e702 100644 --- a/usr.sbin/mrouted/Makefile.inc +++ b/usr.sbin/mrouted/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -CFLAGS+= -DRSRR -fno-builtin-log +CFLAGS+= -DRSRR -Dlog=logit .if exists(${.OBJDIR}/../common) LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a |