diff options
Diffstat (limited to 'libresolv/Makefile')
-rw-r--r-- | libresolv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |