gst1-plugins-base: bump version to 1.6.0
[buildroot-gz.git] / package / sysvinit / 0001-fix-libcrypt-test.patch
blob207270d9c941bbd4636072614efad98ea8d695c8
1 Make the libcrypt test somewhat cross-compilation compliant
3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5 Index: b/src/Makefile
6 ===================================================================
7 --- a/src/Makefile
8 +++ b/src/Makefile
9 @@ -78,7 +78,7 @@
10 endif
12 # Additional libs for GNU libc.
13 -ifneq ($(wildcard /usr/lib*/libcrypt.a),)
14 +ifneq ($(wildcard $(SYSROOT)/usr/lib*/libcrypt.a),)
15 SULOGINLIBS += -lcrypt
16 endif