Merge pull request #432 from viljoviitanen/patch-open-vm-tools

open-vm-tools: configure --without-procps
This commit is contained in:
Stephan Raue 2012-04-10 11:39:52 -07:00
commit 00d317995e

View File

@ -35,6 +35,7 @@ cd $PKG_BUILD
--without-dnet \
--without-x \
--without-icu \
--without-procps \
--with-linuxdir=$(kernel_path)
make CFLAGS+="-DG_DISABLE_DEPRECATED"