summaryrefslogtreecommitdiff
path: root/libintl
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-12-22 21:04:52 +0000
committerEric Andersen <andersen@codepoet.org>2004-12-22 21:04:52 +0000
commit3d831a7c27e8c781bf7cfef0e36a6f27f38c0cf4 (patch)
tree19e83f3381403ba4e6c7e039e381f5d2c23f0e3e /libintl
parent98701e85730391501e100419ab3aeb7dd77055d2 (diff)
Cleaned up patch from Peter S. Mazinger adding support for
-fstack-protector and -fno-stack-protector-all security options
Diffstat (limited to 'libintl')
-rw-r--r--libintl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libintl/Makefile b/libintl/Makefile
index d52409ed9..8dd084dc5 100644
--- a/libintl/Makefile
+++ b/libintl/Makefile
@@ -25,6 +25,8 @@ TOPDIR=../
include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
+CFLAGS+=$(SSP_ALL_CFLAGS)
+
LIBINTL=libintl.a
LIBINTL_SHARED=libintl.so
LIBINTL_SHARED_FULLNAME=libintl-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so