lnav: add musl-legacy-compat for *musl

This commit is contained in:
Jürgen Buchmüller 2020-08-11 08:32:05 +02:00
parent 5474e87706
commit accf43245b

View file

@ -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
}