avahi{,-discover}: rebuild for cross musl
This commit is contained in:
parent
089625f71f
commit
951c871afc
2 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
pkgname=avahi-discover
|
pkgname=avahi-discover
|
||||||
version=0.6.31
|
version=0.6.31
|
||||||
wrksrc="avahi-${version}"
|
wrksrc="avahi-${version}"
|
||||||
revision=19
|
revision=21
|
||||||
noarch=yes
|
noarch=yes
|
||||||
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
|
||||||
|
@ -14,7 +14,7 @@ configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||||
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
||||||
--with-avahi-priv-access-group=network --with-autoipd-user=avahi
|
--with-avahi-priv-access-group=network --with-autoipd-user=avahi
|
||||||
--with-autoipd-group=avahi --with-distro=none --disable-xmltoman
|
--with-autoipd-group=avahi --with-distro=none --disable-xmltoman
|
||||||
--disable-dbm --with-systemdsystemunitdir=/usr/lib/systemd/system
|
--disable-dbm --without-systemdsystemunitdir
|
||||||
--disable-static ssp_cv_lib=no --enable-python --enable-pygtk
|
--disable-static ssp_cv_lib=no --enable-python --enable-pygtk
|
||||||
--enable-glib --enable-gobject --enable-gtk --enable-gtk3
|
--enable-glib --enable-gobject --enable-gtk --enable-gtk3
|
||||||
$(vopt_enable gir introspection)"
|
$(vopt_enable gir introspection)"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'avahi'
|
# Template file for 'avahi'
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
version=0.6.31
|
version=0.6.31
|
||||||
revision=20
|
revision=21
|
||||||
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
|
||||||
|
@ -19,9 +19,8 @@ homepage="http://www.avahi.org"
|
||||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/avahi/avahi-${version}.tar.gz/2f22745b8f7368ad5a0a3fddac343f2d/avahi-${version}.tar.gz"
|
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/avahi/avahi-${version}.tar.gz/2f22745b8f7368ad5a0a3fddac343f2d/avahi-${version}.tar.gz"
|
||||||
checksum=8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48
|
checksum=8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48
|
||||||
|
|
||||||
build_options="systemd"
|
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
makedepends="dbus-devel libcap-devel libdaemon-devel gdbm-devel $(vopt_if systemd systemd-devel)"
|
makedepends="dbus-devel libcap-devel libdaemon-devel gdbm-devel"
|
||||||
depends="dbus"
|
depends="dbus"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/avahi/services/ssh.service
|
/etc/avahi/services/ssh.service
|
||||||
|
|
Loading…
Reference in a new issue