diff options
Diffstat (limited to 'nscd/Makefile')
-rw-r--r-- | nscd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index 19875fb5e6..7392e71509 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -35,6 +35,9 @@ nscd-modules := nscd connections pwdcache getpwnam_r getpwuid_r grpcache \ ifeq ($(have-thread-library),yes) others := nscd_nischeck +ifneq (yesyes,$(have-fpie)$(build-shared)) +others += nscd +endif install-sbin := nscd nscd_nischeck extra-objs := $(nscd-modules:=.o) nscd_nischeck.o @@ -84,8 +87,6 @@ $(objpfx)nscd: $(addprefix $(objpfx),$(nscd-modules:=.o)) $(LDFLAGS) $(LDFLAGS-$(@F)) \ -L$(subst :, -L,$(rpath-link)) -Wl,-rpath-link=$(rpath-link) \ -o $@ $^ $(common-objpfx)libc_nonshared.a -else -others += nscd endif # This makes sure -DNOT_IN_libc is passed for all these modules. |