summaryrefslogtreecommitdiff
path: root/libc/nscd
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-07-22 12:51:53 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-07-22 12:51:53 +0000
commit1ad42678e8962a28b72b9e862c1360eee289ed26 (patch)
tree076cb582beb4ee28ce2c2bf03666d016336cceac /libc/nscd
parent9032e919a7ec52edf25516ddf3e3025722c6b683 (diff)
2011-07-22 Denis Zaitceff <zaitceff@gmail.com>
* Makerules (others-pie): Involve this new variable into EGLIBC's build system. * nscd/Makefile: Ditto. * option-groups.mak (others-pie-y): Add the variable. git-svn-id: svn://svn.eglibc.org/trunk@14656 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/nscd')
-rw-r--r--libc/nscd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/nscd/Makefile b/libc/nscd/Makefile
index 9e1821546..a61a42a26 100644
--- a/libc/nscd/Makefile
+++ b/libc/nscd/Makefile
@@ -46,7 +46,7 @@ endif
ifeq ($(have-thread-library),yes)
others-$(OPTION_EGLIBC_INET) += nscd
-others-pie += nscd
+others-pie-$(OPTION_EGLIBC_INET) += nscd
install-sbin-$(OPTION_EGLIBC_INET) += nscd
extra-objs-$(OPTION_EGLIBC_INET) += $(nscd-modules:=.o)