diff --git a/packages/sysutils/open-vm-tools/package.mk b/packages/sysutils/open-vm-tools/package.mk index f337f392dd..4393ca67b6 100644 --- a/packages/sysutils/open-vm-tools/package.mk +++ b/packages/sysutils/open-vm-tools/package.mk @@ -47,7 +47,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-docs \ --without-x \ --without-icu \ --without-procps \ - --with-kernel-release=$ISCSI_KERNEL_VER \ + --with-kernel-release=$OPENVMTOOLS_KERNEL_VER \ --with-linuxdir=$(ls -d $ROOT/$BUILD/linux-*)" PKG_MAKE_OPTS_TARGET="CFLAGS+=-DG_DISABLE_DEPRECATED"