summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-26 03:15:54 +0000
committerpeter <peter@FreeBSD.org>2003-10-26 03:15:54 +0000
commitf121e493d5a236a43739ec652ed815a4c5a73f79 (patch)
treee7a9f9f0541996c01d310e71f0256b1883baa027 /usr.sbin
parentee993cd50ae22aea3bb92e41f659386c62772c89 (diff)
downloadFreeBSD-src-f121e493d5a236a43739ec652ed815a4c5a73f79.zip
FreeBSD-src-f121e493d5a236a43739ec652ed815a4c5a73f79.tar.gz
Disable the log() builtin (the math function), because it will not do much
logging of information like the program expects.
Diffstat (limited to 'usr.sbin')
-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 a8e134e..af7ae50 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
OpenPOWER on IntegriCloud