xar: use musl-fts.
This commit is contained in:
parent
268fd95975
commit
51fd109be8
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ homepage="https://github.com/mackyle/xar"
|
||||||
distfiles="https://github.com/downloads/mackyle/xar/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/downloads/mackyle/xar/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e
|
checksum=ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
makedepends+=" musl-fts-devel"
|
||||||
|
LDFLAGS="-lfts"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue