open-vm-tools: fix build

This commit is contained in:
Stefan Saraev 2013-08-11 20:51:24 +03:00
parent e65e91e57f
commit e86e4657f7

View File

@ -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"