fwup: open_memstream() is available on glibc and musl; no need to conditionalize.
This commit is contained in:
parent
4841ac3438
commit
c2db2053e8
1 changed files with 1 additions and 4 deletions
|
@ -3,6 +3,7 @@ pkgname=fwup
|
||||||
version=0.5.0
|
version=0.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="ac_vc_func_open_memstream=yes"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
makedepends="libarchive-devel libsodium-devel confuse-devel"
|
makedepends="libarchive-devel libsodium-devel confuse-devel"
|
||||||
short_desc="Configurable embedded Linux firmware update creator and runner"
|
short_desc="Configurable embedded Linux firmware update creator and runner"
|
||||||
|
@ -12,10 +13,6 @@ homepage="https://github.com/fhunleth/fwup"
|
||||||
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
|
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
|
||||||
checksum=e059378b2d237d64423fd17f043ae5465aba4ac934bb9f90e63714cad89b5363
|
checksum=e059378b2d237d64423fd17f043ae5465aba4ac934bb9f90e63714cad89b5363
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) configure_args+=" ac_vc_func_open_memstream=yes" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue