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] --- login/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'login') diff --git a/login/Makefile b/login/Makefile index 9ff36d6..1a6161c 100644 --- a/login/Makefile +++ b/login/Makefile @@ -58,7 +58,6 @@ CFLAGS-getpt.c = -fexceptions ifeq (yesyes,$(have-fpie)$(build-shared)) pt_chown-cflags += $(pie-ccflag) endif -pt_chown-cflags += $(stack-protector) ifeq (yes,$(have-libcap)) libcap = -lcap endif -- cgit v1.1