mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
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:
parent
af4200f983
commit
243f1dafc7
@ -25,6 +25,7 @@
|
|||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
py_cv_mod_gtk_=yes \
|
py_cv_mod_gtk_=yes \
|
||||||
py_cv_mod_dbus_=yes \
|
py_cv_mod_dbus_=yes \
|
||||||
|
ac_cv_func_chroot=no \
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -71,6 +72,6 @@ py_cv_mod_dbus_=yes \
|
|||||||
--with-autoipd-user=avahiautoipd \
|
--with-autoipd-user=avahiautoipd \
|
||||||
--with-autoipd-group=avahiautoipd \
|
--with-autoipd-group=avahiautoipd \
|
||||||
|
|
||||||
make
|
make V=1
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user