[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r6911 - in /trunk/libc: ChangeLog.eglibc nscd/Makefile
- To: commits@xxxxxxxxxx
- Subject: [commits] r6911 - in /trunk/libc: ChangeLog.eglibc nscd/Makefile
- From: joseph@xxxxxxxxxx
- Date: Mon, 08 Sep 2008 15:46:09 -0000
Author: joseph
Date: Mon Sep 8 08:46:09 2008
New Revision: 6911
Log:
2008-09-08 Aurelien Jarno <aurelien@xxxxxxxxxxx>
* nscd/Makefile (CFLAGS-nis_hash.c): Set to $(nscd-cflags).
Modified:
trunk/libc/ChangeLog.eglibc
trunk/libc/nscd/Makefile
Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Mon Sep 8 08:46:09 2008
@@ -1,3 +1,7 @@
+2008-09-08 Aurelien Jarno <aurelien@xxxxxxxxxxx>
+
+ * nscd/Makefile (CFLAGS-nis_hash.c): Set to $(nscd-cflags).
+
2008-06-17 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* stdlib/tst-setcontext.c: Set back_in_main before exit if
Modified: trunk/libc/nscd/Makefile
==============================================================================
--- trunk/libc/nscd/Makefile (original)
+++ trunk/libc/nscd/Makefile Mon Sep 8 08:46:09 2008
@@ -131,6 +131,7 @@
CFLAGS-getsrvbynm_r.c += $(nscd-cflags)
CFLAGS-getsrvbypt_r.c += $(nscd-cflags)
CFLAGS-res_hconf.c += $(nscd-cflags)
+CFLAGS-nis_hash.c += $(nscd-cflags)
ifeq (yesyes,$(have-fpie)$(build-shared))
relro-LDFLAGS += -Wl,-z,now