From 3db6c9a8ed817d8c9d53b9bd63e235f4aa6f593a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Apr 2009 18:34:16 +0000 Subject: * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of depending libcrypt in -lfreebl3. --- crypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypt') 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 -- cgit 1.4.1