mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Add snprintf.c to SRCS so that the function quad_to_string exists. The
snprintf function itself is still #ifdef'd out by conf.h. This allows this program to link when compiled without optimization. With optimization, the call to quad_to_string gets removed by the compiler. Unfortunately the linker still links in the quad_to_string function even though it isn't called. 8-(
This commit is contained in:
parent
448bbb5805
commit
170812ea7a
@ -1,7 +1,7 @@
|
||||
# @(#)Makefile 8.4 (Berkeley) 6/10/97
|
||||
|
||||
PROG= makemap
|
||||
SRCS= makemap.c safefile.c #snprintf.c
|
||||
SRCS= makemap.c safefile.c snprintf.c
|
||||
MAN8= makemap.8
|
||||
CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src -DNEWDB -DNOT_SENDMAIL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user