mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
fdm: fix musl build
This commit is contained in:
parent
0928edeb31
commit
7e811cb46d
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ homepage="https://github.com/nicm/fdm"
|
||||||
distfiles="https://github.com/nicm/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/nicm/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4
|
checksum=06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '$d' Makefile.am
|
sed -i '$d' Makefile.am
|
||||||
sed -i '$d' Makefile.am
|
sed -i '$d' Makefile.am
|
||||||
|
|
Loading…
Add table
Reference in a new issue