avahi: since we have libcap avahi trys to use this for chroot support, we dont need this function so disable this for now

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-17 13:06:22 +01:00
parent af4200f983
commit 243f1dafc7

View File

@ -25,6 +25,7 @@
cd $PKG_BUILD
py_cv_mod_gtk_=yes \
py_cv_mod_dbus_=yes \
ac_cv_func_chroot=no \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -71,6 +72,6 @@ py_cv_mod_dbus_=yes \
--with-autoipd-user=avahiautoipd \
--with-autoipd-group=avahiautoipd \
make
make V=1
$MAKEINSTALL