From 3bfd2d42c064bbee516ca3d4b116c80e280dc0b4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 22 Jul 2005 05:35:27 +0000 Subject: * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o). --- nscd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd/Makefile') diff --git a/nscd/Makefile b/nscd/Makefile index 5a2d29a0a5..b7d5f3400b 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -122,7 +122,7 @@ relro-LDFLAGS += -Wl,-z,now endif $(objpfx)nscd: $(addprefix $(objpfx),$(nscd-modules:=.o)) - $(LINK.o) -pie -Wl,-O1 \ + $(LINK.o) -pie -Wl,-O1 $(nscd-cflags) \ $(sysdep-LDFLAGS) $(config-LDFLAGS) $(relro-LDFLAGS) \ $(extra-B-$(@F:lib%.so=%).so) -B$(csu-objpfx) \ $(extra-B-$(@F:lib%.so=%).so) $(load-map-file) \ -- cgit 1.4.1