git: 733a832fb515 - main - ntp: Revert "Disable stack gap for ntpd during build."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Oct 2021 23:09:45 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=733a832fb515ef9ebf9d584896962fd28e714d0b commit 733a832fb515ef9ebf9d584896962fd28e714d0b Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-08-16 14:46:31 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-10-15 23:06:14 +0000 ntp: Revert "Disable stack gap for ntpd during build." This reverts commit af949c590bd8a00a5973b5875d7e0fa6832ea64a because 889b56c8cd84c9a9f2d9e3b019c154d6f14d9021 fixes the underlying problem. MFC after: 1 month --- 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 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>