diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-10-26 03:15:54 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-10-26 03:15:54 +0000 |
commit | 02f474d6bab064fd4c56457647cfe520e9ca12c1 (patch) | |
tree | e7a9f9f0541996c01d310e71f0256b1883baa027 /usr.sbin/mrouted/Makefile.inc | |
parent | 817a5d2482199c0715031aa2c44d4a65b6776f19 (diff) |
Disable the log() builtin (the math function), because it will not do much
logging of information like the program expects.
Notes
Notes:
svn path=/head/; revision=121527
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 a8e134e93611..af7ae508b460 100644 --- a/usr.sbin/mrouted/Makefile.inc +++ b/usr.sbin/mrouted/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ -CFLAGS+= -DRSRR +CFLAGS+= -DRSRR -fno-builtin-log .if exists(${.OBJDIR}/../common) LIBMROUTED= ${.OBJDIR}/../common/libmrouted.a |