diff options
Diffstat (limited to 'libnsl/Makefile')
-rw-r--r-- | libnsl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnsl/Makefile b/libnsl/Makefile index 1d1b9a53a..915651063 100644 --- a/libnsl/Makefile +++ b/libnsl/Makefile @@ -19,6 +19,8 @@ TOPDIR=../ include $(TOPDIR)Rules.mak +CFLAGS+=$(SSP_ALL_CFLAGS) + LIBNSL=libnsl.a LIBNSL_SHARED=libnsl.so LIBNSL_SHARED_FULLNAME=libnsl-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so |