mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
lnav: add musl-legacy-compat for *musl
This commit is contained in:
parent
5474e87706
commit
accf43245b
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ homepage="http://lnav.org/"
|
||||||
distfiles="https://github.com/tstack/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tstack/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=5e5bfde95da71d9e00ec20b4a17d7f260ca90d23c86a47f8bc3fb98418aea6bc
|
checksum=5e5bfde95da71d9e00ec20b4a17d7f260ca90d23c86a47f8bc3fb98418aea6bc
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue