summaryrefslogtreecommitdiff
path: root/crypt
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-04-08 16:24:32 +0000
committerJakub Jelinek <jakub@redhat.com>2009-04-08 16:24:32 +0000
commit1ad9ccd18a9d2ca18c12143a2a0d6dfe78a382a5 (patch)
tree7f2dbd23c5188c292ee058fcd04ecbb0b1f130da /crypt
parentd2aa96e13c2f7a3066d53e4711aff63e313c4c0b (diff)
Updated to fedora-glibc-20090408T1602cvs/fedora-glibc-2_9_90-14
Diffstat (limited to 'crypt')
-rw-r--r--crypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/Makefile b/crypt/Makefile
index 3f73d25ea2..b9c8797474 100644
--- a/crypt/Makefile
+++ b/crypt/Makefile
@@ -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