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"
|
||||
checksum=5e5bfde95da71d9e00ec20b4a17d7f260ca90d23c86a47f8bc3fb98418aea6bc
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue