nss-mdns: update to 0.15.1.
This commit is contained in:
parent
195c45e0f2
commit
503e0eb36c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nss-mdns'
|
# Template file for 'nss-mdns'
|
||||||
pkgname=nss-mdns
|
pkgname=nss-mdns
|
||||||
version=0.14.1
|
version=0.15.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf automake libtool pkg-config"
|
hostmakedepends="autoconf automake libtool pkg-config"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/lathiat/nss-mdns"
|
homepage="https://github.com/lathiat/nss-mdns"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=4fe54bffd20e410fc41382dc6c4708cdfa3a65f50c3753f262dc4c78fd864a6e
|
checksum=2d1b8de2e9ed5526f51c8bb627b719c07668465b5315787e7cfeed776ab90b9a
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
|
@ -19,6 +19,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
export AVAHI_SOCKET="/run/avahi-daemon/socket"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue