aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-08-16 14:46:31 +0000
committerCy Schubert <cy@FreeBSD.org>2021-10-15 23:06:14 +0000
commit733a832fb515ef9ebf9d584896962fd28e714d0b (patch)
treec769819dcafa26f57716b4fdaa855215bc4a0ebf
parent914ec9c78dcd5d8f77552fb93d3bc15efe9c0f40 (diff)
downloadsrc-733a832fb515ef9ebf9d584896962fd28e714d0b.tar.gz
src-733a832fb515ef9ebf9d584896962fd28e714d0b.zip
ntp: Revert "Disable stack gap for ntpd during build."
This reverts commit af949c590bd8a00a5973b5875d7e0fa6832ea64a because 889b56c8cd84c9a9f2d9e3b019c154d6f14d9021 fixes the underlying problem. MFC after: 1 month
-rw-r--r--usr.sbin/ntp/ntpd/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile
index b9c3a05547d4..2d8a8b9d2a2d 100644
--- a/usr.sbin/ntp/ntpd/Makefile
+++ b/usr.sbin/ntp/ntpd/Makefile
@@ -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>