uftrace: typo

This commit is contained in:
Leah Neukirchen 2017-11-09 15:13:10 +01:00
parent 9859ea6afa
commit 79bcb4e982
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build_style=gnu-configure
hostmakedepends="pandoc"
makedepends="elfutils-devel"
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends="argp-standalone"; export LDFLAGS=-largp;;
*-musl) makedepends+="argp-standalone"; export LDFLAGS=-largp;;
esac
only_for_archs="aarch64 aarch64-musl armv6l armv6l-musl armv7l armv7l-musl x86_64 x86_64-musl"
case "$XBPS_TARGET_MACHINE" in