mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
avahi: remove RPATH
This commit is contained in:
parent
6b960f1c88
commit
ac480ad8d7
@ -49,6 +49,7 @@ PKG_CONFIGURE_OPTS_TARGET="py_cv_mod_gtk_=yes \
|
||||
--disable-libevent \
|
||||
--enable-compat-libdns_sd \
|
||||
--disable-compat-howl \
|
||||
--disable-rpath \
|
||||
--with-xml=expat \
|
||||
--with-avahi-user=avahi \
|
||||
--with-avahi-group=avahi \
|
||||
@ -58,6 +59,10 @@ pre_configure_target() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
# disable wide-area
|
||||
sed -e "s,^.*enable-wide-area=.*$,enable-wide-area=no,g" -i ${INSTALL}/etc/avahi/avahi-daemon.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user