# HG changeset patch # User Pascal Bellard # Date 1442681417 -7200 # Node ID ddbcf8a468f6c01153923333dc15588375ee5c1e # Parent 0554d00baf8edfa54a5c77f39e667bddf2702bcd linux64-open-vm-tools-kernel: uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs diff -r 0554d00baf8e -r ddbcf8a468f6 linux64-open-vm-tools-kernel/receipt --- a/linux64-open-vm-tools-kernel/receipt Sat Sep 19 16:17:57 2015 +0000 +++ b/linux64-open-vm-tools-kernel/receipt Sat Sep 19 18:50:17 2015 +0200 @@ -17,6 +17,7 @@ DEPENDS="shutdown glib libffi libmspack open-vm-tools linux64 procps" 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" +AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" # Rules to configure and make the package. compile_rules() @@ -36,11 +37,6 @@ --without-xerces \ --with-kernel-release=${kvers}-slitaz64 \ $CONFIGURE_ARGS - - ls -al /usr/bin/ - ls -al /usr/share/uclibc-cross-compiler-x86_64 - echo $PATH - cd modules && make CFLAGS="" KBUILD_VERBOSE=1 && make DESTDIR=$install install }