mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
avahi: preserve default behavior for disallow-other-stacks in avahi-daemon.conf
This commit is contained in:
parent
116cb32610
commit
8ebbe8b38d
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'avahi'
|
# Template file for 'avahi'
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
version=0.7
|
version=0.7
|
||||||
revision=8
|
revision=9
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||||
|
@ -42,8 +42,6 @@ post_extract() {
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/lib/python*
|
rm -rf ${DESTDIR}/usr/lib/python*
|
||||||
# Enable 'disallow_other_stacks' option by default.
|
|
||||||
sed -e 's,\#\(disallow-other-stacks\).*,\1=yes,' -i ${DESTDIR}/etc/avahi/avahi-daemon.conf
|
|
||||||
# Set 'enable-dbus=warn' option by default to not require dbus.
|
# Set 'enable-dbus=warn' option by default to not require dbus.
|
||||||
sed -e 's,\#\(enable-dbus\).*,\1=warn,' -i ${DESTDIR}/etc/avahi/avahi-daemon.conf
|
sed -e 's,\#\(enable-dbus\).*,\1=warn,' -i ${DESTDIR}/etc/avahi/avahi-daemon.conf
|
||||||
vsv avahi-daemon
|
vsv avahi-daemon
|
||||||
|
|
Loading…
Add table
Reference in a new issue