MFC rev. 1.42: Undefine __DATE__ in order to avoid placing a build
timestamp into /usr/sbin/{named, lwresd}.
This commit is contained in:
parent
f7f03ae2f6
commit
90b5137177
@ -24,6 +24,9 @@ SRCS+= aclconf.c builtin.c client.c config.c control.c \
|
||||
|
||||
CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/include -I${LIB_BIND_DIR}
|
||||
|
||||
# Remove the date stamp to make it more obvious when real changes happen
|
||||
CFLAGS+= -U__DATE__
|
||||
|
||||
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD}
|
||||
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user