From 035ac813b4f7eaa52eea193c9716c939fbc937ef Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 15 Nov 2008 16:10:29 +0000 Subject: - if ssp is enabled then make sure that __stack_chk_fail resolves --- libnsl/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libnsl') diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in index 7cf64a6fc..0995b3c4f 100644 --- a/libnsl/Makefile.in +++ b/libnsl/Makefile.in @@ -8,6 +8,11 @@ CFLAGS-libnsl := -DNOT_IN_libc -DIS_IN_libnsl $(SSP_ALL_CFLAGS) LDFLAGS-libnsl.so := $(LDFLAGS) +ifdef ASNEEDED +ifeq ($(UCLIBC_HAS_SSP),y) +LDFLAGS-libnsl.so += -Wl,--no-as-needed -lc -Wl,--as-needed +endif +endif LIBS-libnsl.so := $(LIBS) -- cgit v1.2.3