open-vm-tools: configure --without-procps

checking for getstat in -lproc... no
checking for getstat in -lproc-3.2.8... no
checking for getstat in -lproc-3.2.7... no
configure: error: libproc not found. Please configure without procps (using --without-procps) or install procps - http://procps.sourceforge.net
This commit is contained in:
Viljo Viitanen 2012-04-10 21:19:32 +03:00
parent 60131727e2
commit 1d022e540b

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"