mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
* crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
depending libcrypt in -lfreebl3.
This commit is contained in:
parent
1a2ec17ba6
commit
3db6c9a8ed
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue