summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2016-12-26 10:09:03 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-26 10:11:05 +0100
commit1ad4ba28e9335c288687d1757bce3221c522f576 (patch)
tree4c95165fe002d44ead6023a95f2a445466d326f0 /nscd
parent7cbb738d218fad3bc91deebfd8ce5f3918592b84 (diff)
Drop explicit stack-protection of pieces of the system [BZ #7065]
Diffstat (limited to 'nscd')
-rw-r--r--nscd/Makefile1
1 files changed, 0 insertions, 1 deletions
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