Skip to content

Commit

Permalink
* crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
Browse files Browse the repository at this point in the history
	depending libcrypt in -lfreebl3.
  • Loading branch information
Ulrich Drepper committed Apr 7, 2009
1 parent 1a2ec17 commit 3db6c9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion crypt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3db6c9a

Please sign in to comment.