From 1ad4ba28e9335c288687d1757bce3221c522f576 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Mon, 26 Dec 2016 10:09:03 +0100 Subject: Drop explicit stack-protection of pieces of the system [BZ #7065] --- nscd/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'nscd/Makefile') diff --git a/nscd/Makefile b/nscd/Makefile index 50bad32ea5..bfd72d515d 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -84,7 +84,6 @@ CPPFLAGS-nscd += -D_FORTIFY_SOURCE=2 ifeq (yesyes,$(have-fpie)$(build-shared)) CFLAGS-nscd += $(pie-ccflag) endif -CFLAGS-nscd += $(stack-protector) ifeq (yesyes,$(have-fpie)$(build-shared)) LDFLAGS-nscd = -Wl,-z,now -- cgit v1.2.3