mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
open-vm-tools: partially revert e2299526de (commitcomment-4984170)
for now
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
39d8c1cb50
commit
0bd0043ae0
@ -34,6 +34,8 @@ PKG_LONGDESC="open-vm-tools: open source implementation of VMware Tools"
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
OPENVMTOOLS_KERNEL_VER=$(basename $(ls -d $ROOT/$BUILD/linux-[0-9]*)| sed 's|linux-||g')
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-docs \
|
||||
--disable-tests \
|
||||
--without-pam \
|
||||
@ -43,8 +45,8 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-docs \
|
||||
--without-x \
|
||||
--without-icu \
|
||||
--without-procps \
|
||||
--with-kernel-release=`kernel_version` \
|
||||
--with-linuxdir=`kernel_path`"
|
||||
--with-kernel-release=$OPENVMTOOLS_KERNEL_VER \
|
||||
--with-linuxdir=$(ls -d $ROOT/$BUILD/linux-*)"
|
||||
|
||||
PKG_MAKE_OPTS_TARGET="CFLAGS+=-DG_DISABLE_DEPRECATED"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user