deadbeef: add musl-legacy-compat for *-musl

This commit is contained in:
Jürgen Buchmüller 2020-03-20 09:10:02 +01:00
parent 5434362581
commit a11ea71fad

View file

@ -24,6 +24,10 @@ build_options="gtk3"
build_options_default="gtk3"
LDFLAGS+=" -Wl,-z,stack-size=1048576"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}