aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-10-26 03:15:54 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-10-26 03:15:54 +0000
commit02f474d6bab064fd4c56457647cfe520e9ca12c1 (patch)
treee7a9f9f0541996c01d310e71f0256b1883baa027 /usr.sbin/mrouted
parent817a5d2482199c0715031aa2c44d4a65b6776f19 (diff)
downloadsrc-02f474d6bab064fd4c56457647cfe520e9ca12c1.tar.gz
src-02f474d6bab064fd4c56457647cfe520e9ca12c1.zip
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')
-rw-r--r--usr.sbin/mrouted/Makefile.inc2
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