From 189fdfd6b76379834ea1d65773fd74381108b1fa Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 16 Aug 2021 07:46:31 -0700 Subject: [PATCH] ntp: Revert "Disable stack gap for ntpd during build." This reverts commit af949c590bd8a00a5973b5875d7e0fa6832ea64a because 889b56c8cd84c9a9f2d9e3b019c154d6f14d9021 fixes the underlying problem. (cherry picked from commit 733a832fb515ef9ebf9d584896962fd28e714d0b) --- usr.sbin/ntp/ntpd/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile index b9c3a05547d..2d8a8b9d2a2 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