* nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
authorRoland McGrath <roland@gnu.org>
Fri, 22 Jul 2005 05:35:27 +0000 (05:35 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 22 Jul 2005 05:35:27 +0000 (05:35 +0000)
ChangeLog
nscd/Makefile

index b2fcd4a..d32f4fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-07-21  Roland McGrath  <roland@redhat.com>
 
+       * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
+
        * stdlib/Makefile (headers): Move bits/wchar.h to ...
        * wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.
 
index 5a2d29a..b7d5f34 100644 (file)
@@ -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) \