diff options
Diffstat (limited to 'crypt')
-rw-r--r-- | crypt/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crypt/Makefile b/crypt/Makefile index 0f5f0992f5..238e52746e 100644 --- a/crypt/Makefile +++ b/crypt/Makefile @@ -69,8 +69,3 @@ $(addprefix $(objpfx),$(tests)): $(objpfx)libcrypt.so else $(addprefix $(objpfx),$(tests)): $(objpfx)libcrypt.a endif - -# Depend on libc.so so a DT_NEEDED is generated in the shared objects. -# This ensures they will load libc.so for needed symbols if loaded by -# a statically-linked program that hasn't already loaded it. -$(objpfx)libcrypt.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a |