wok-current diff linux64-open-vm-tools-kernel/receipt @ rev 23825
Up cryptsetup (2.3.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:19:51 2020 +0000 (2020-05-28) |
parents | 0554d00baf8e |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/linux64-open-vm-tools-kernel/receipt Sat Sep 19 16:17:57 2015 +0000 1.2 +++ b/linux64-open-vm-tools-kernel/receipt Thu May 28 13:19:51 2020 +0000 1.3 @@ -17,6 +17,7 @@ 1.4 DEPENDS="shutdown glib libffi libmspack open-vm-tools linux64 procps" 1.5 BUILD_DEPENDS="uclibc-cross-compiler-x86_64 wget cacerts autoconf automake libtool linux-source linux-module-headers linux64 linux64-module-headers glib-dev libffi-dev libdnet-dev libmspack-dev procps slitaz-toolchain" 1.6 1.7 +AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -36,11 +37,6 @@ 1.12 --without-xerces \ 1.13 --with-kernel-release=${kvers}-slitaz64 \ 1.14 $CONFIGURE_ARGS 1.15 - 1.16 - ls -al /usr/bin/ 1.17 - ls -al /usr/share/uclibc-cross-compiler-x86_64 1.18 - echo $PATH 1.19 - 1.20 cd modules && make CFLAGS="" KBUILD_VERBOSE=1 && make DESTDIR=$install install 1.21 } 1.22