avahi: remove RPATH

This commit is contained in:
heitbaum 2022-01-07 15:41:50 +00:00
parent 6b960f1c88
commit ac480ad8d7

View File

@ -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