mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The math function logf() probably isn't doing us much good for logging
stuff. Add -fno-builtin-logf.
This commit is contained in:
parent
a2141d7a53
commit
35f47c5002
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PROG= chat
|
||||
MAN= chat.8
|
||||
CFLAGS+=-fno-builtin-logf
|
||||
|
||||
#as per policies section in handbook
|
||||
MAINTAINER= peter@freebsd.org
|
||||
|
|
|
|||
Loading…
Reference in a new issue