Codebase list sysvinit / b1df5ff
Handle libcrypt moved to /lib Adam Borowski 3 years ago
2 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 --- sysvinit-2.96.orig/src/Makefile
1 +++ sysvinit-2.96/src/Makefile
2 @@ -95,7 +95,7 @@ ifneq ($(wildcard /usr/lib*/libcrypt.*),
3 endif
4
5 # Additional libs for GNU libc / multiarch on Debian based systems.
6 -ifneq ($(wildcard /usr/lib/*/libcrypt.*),)
7 +ifneq ($(wildcard /usr/lib/*/libcrypt.*)(wildcard /lib/*/libcrypt.*),)
8 SULOGINLIBS += -lcrypt
9 endif
10
33 0004-fix-manpage-typo.patch
44 0005-workaround-gcc-lintian.patch
55 fstab-decode.man.patch
6 libcrypt-lib.patch