mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
* crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
depending libcrypt in -lfreebl3.
This commit is contained in:
parent
1a2ec17ba6
commit
3db6c9a8ed
@ -1,5 +1,8 @@
|
|||||||
2009-04-07 Ulrich Drepper <drepper@redhat.com>
|
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
|
* sysdeps/unix/sysv/linux/kernel-features.h: Power also has
|
||||||
preadv/pwritev in 2.6.30.
|
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-sha256-crypt.c = -DUSE_NSS -I$(shell nss-config --includedir)
|
||||||
CPPFLAGS-sha512-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)
|
CPPFLAGS-md5-crypt.c = -DUSE_NSS -I$(shell nss-config --includedir)
|
||||||
$(objpfx)libcrypt.so: -lfreebl3
|
LDLIBS-crypt.so = -lfreebl3
|
||||||
else
|
else
|
||||||
libcrypt-routines += md5 sha256 sha512
|
libcrypt-routines += md5 sha256 sha512
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user