* crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of

depending libcrypt in -lfreebl3.
This commit is contained in:
Ulrich Drepper 2009-04-07 18:34:16 +00:00
parent 1a2ec17ba6
commit 3db6c9a8ed
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-04-07 Ulrich Drepper <drepper@redhat.com>
* crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
depending libcrypt in -lfreebl3.
* sysdeps/unix/sysv/linux/kernel-features.h: Power also has
preadv/pwritev in 2.6.30.

View file

@ -44,7 +44,7 @@ ifeq ($(nss-crypt),yes)
CPPFLAGS-sha256-crypt.c = -DUSE_NSS -I$(shell nss-config --includedir)
CPPFLAGS-sha512-crypt.c = -DUSE_NSS -I$(shell nss-config --includedir)
CPPFLAGS-md5-crypt.c = -DUSE_NSS -I$(shell nss-config --includedir)
$(objpfx)libcrypt.so: -lfreebl3
LDLIBS-crypt.so = -lfreebl3
else
libcrypt-routines += md5 sha256 sha512