mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Replace -fno-builtin-logf with a -D argument to change the function name.
This commit is contained in:
parent
d49aa1354b
commit
4a4c2efa6a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@
|
|||
|
||||
PROG= chat
|
||||
MAN= chat.8
|
||||
CFLAGS+=-fno-builtin-logf
|
||||
CFLAGS+=-Dlogf=logit
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue