diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-22 21:04:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-22 21:04:52 +0000 |
commit | 3d831a7c27e8c781bf7cfef0e36a6f27f38c0cf4 (patch) | |
tree | 19e83f3381403ba4e6c7e039e381f5d2c23f0e3e /libcrypt | |
parent | 98701e85730391501e100419ab3aeb7dd77055d2 (diff) | |
download | uClibc-alpine-3d831a7c27e8c781bf7cfef0e36a6f27f38c0cf4.tar.bz2 uClibc-alpine-3d831a7c27e8c781bf7cfef0e36a6f27f38c0cf4.tar.xz |
Cleaned up patch from Peter S. Mazinger adding support for
-fstack-protector and -fno-stack-protector-all security
options
Diffstat (limited to 'libcrypt')
-rw-r--r-- | libcrypt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrypt/Makefile b/libcrypt/Makefile index afe20f786..497e5307c 100644 --- a/libcrypt/Makefile +++ b/libcrypt/Makefile @@ -24,6 +24,8 @@ TOPDIR=../ include $(TOPDIR)Rules.mak +CFLAGS+=$(SSP_ALL_CFLAGS) + LIBCRYPT=libcrypt.a LIBCRYPT_SHARED=libcrypt.so LIBCRYPT_SHARED_FULLNAME=libcrypt-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so |