1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

ntp: Revert "Disable stack gap for ntpd during build."

This reverts commit af949c590b because
889b56c8cd fixes the underlying problem.

(cherry picked from commit 733a832fb5)
This commit is contained in:
Cy Schubert 2021-08-16 07:46:31 -07:00
parent 12c711f167
commit 189fdfd6b7

View File

@ -56,7 +56,4 @@ CLEANFILES+= .version version.c
version.c:
sh -e ${.CURDIR:H}/scripts/mkver ntpd
afterbuild:
${ELFCTL} -e +noaslrstkgap ${PROG}
.include <bsd.prog.mk>