wok rev 18410
open-vm-tools: more attempts to get linux64 build to work on cooker
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 15:44:21 2015 +0000 (2015-09-19) |
parents | c93a680145e7 |
children | 0554d00baf8e |
files | linux64-open-vm-tools-kernel/receipt |
line diff
1.1 --- a/linux64-open-vm-tools-kernel/receipt Sat Sep 19 14:22:36 2015 +0000 1.2 +++ b/linux64-open-vm-tools-kernel/receipt Sat Sep 19 15:44:21 2015 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 PROVIDE="open-vm-tools-kernel:linux64" 1.5 1.6 DEPENDS="shutdown glib libffi libmspack open-vm-tools linux64 procps" 1.7 -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" 1.8 +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.9 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -37,6 +37,7 @@ 1.13 --with-kernel-release=${kvers}-slitaz64 \ 1.14 $CONFIGURE_ARGS 1.15 1.16 + ls -al /usr/bin/ 1.17 cd modules && make CFLAGS="" KBUILD_VERBOSE=1 && make DESTDIR=$install install 1.18 } 1.19