* crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
authorUlrich Drepper <drepper@redhat.com>
Tue, 7 Apr 2009 18:34:16 +0000 (18:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 7 Apr 2009 18:34:16 +0000 (18:34 +0000)
depending libcrypt in -lfreebl3.

ChangeLog
crypt/Makefile

index bf0dc7c..fd7923b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 3f73d25..b9c8797 100644 (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