# HG changeset patch # User Nathan Neulinger # Date 1442677461 0 # Node ID 29ea5b36b16e4e7d2f70ed7f6afe2850ab2d23f5 # Parent c93a680145e75b9d476108036c2fc8238a159274 open-vm-tools: more attempts to get linux64 build to work on cooker diff -r c93a680145e7 -r 29ea5b36b16e linux64-open-vm-tools-kernel/receipt --- a/linux64-open-vm-tools-kernel/receipt Sat Sep 19 14:22:36 2015 +0000 +++ b/linux64-open-vm-tools-kernel/receipt Sat Sep 19 15:44:21 2015 +0000 @@ -15,7 +15,7 @@ PROVIDE="open-vm-tools-kernel:linux64" DEPENDS="shutdown glib libffi libmspack open-vm-tools linux64 procps" -BUILD_DEPENDS="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 uclibc-cross-compiler-x86_64" +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" # Rules to configure and make the package. @@ -37,6 +37,7 @@ --with-kernel-release=${kvers}-slitaz64 \ $CONFIGURE_ARGS + ls -al /usr/bin/ cd modules && make CFLAGS="" KBUILD_VERBOSE=1 && make DESTDIR=$install install }