From 3d831a7c27e8c781bf7cfef0e36a6f27f38c0cf4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Dec 2004 21:04:52 +0000 Subject: Cleaned up patch from Peter S. Mazinger adding support for -fstack-protector and -fno-stack-protector-all security options --- libresolv/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libresolv') diff --git a/libresolv/Makefile b/libresolv/Makefile index d575363c0..510457b87 100644 --- a/libresolv/Makefile +++ b/libresolv/Makefile @@ -25,6 +25,8 @@ TOPDIR=../ include $(TOPDIR)Rules.mak +CFLAGS+=$(SSP_ALL_CFLAGS) + LIBRESOLV=libresolv.a LIBRESOLV_SHARED=libresolv.so LIBRESOLV_SHARED_FULLNAME=libresolv-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so -- cgit v1.2.3