harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / aufs-util / 0002-no-check-ver.patch
blob5fe692072fbe21b938d2de3c23339a5ba4ee3773
1 Makefile: do not check version
3 The aufs-util package tries to ensure that its version is compatible
4 with the one in the running kernel. However, this test is flawed: the
5 version string in the aufs4x branch for aufs-util is aufs3.x, so it does
6 not match the version in the kernel when it is aufs4.x.
8 Disengage this check, ion the assumption the user knows what he is
9 doing.
11 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
13 diff --git a/Makefile b/Makefile
14 --- a/Makefile
15 +++ b/Makefile
16 @@ -62,7 +62,7 @@
17 $(foreach v, CPPFLAGS CFLAGS INSTALL Install ManDir LibUtilHdr, \
18 $(eval MAKE += ${v}="$${${v}}"))
20 -all: ver_test ${Man} ${Bin} ${Etc}
21 +all: ${Man} ${Bin} ${Etc}
22 ${MAKE} -C libau $@
23 ln -sf ./libau/libau*.so .
24 $(call MakeFHSM, $@)