deadbeef: add musl-legacy-compat for *-musl
This commit is contained in:
parent
5434362581
commit
a11ea71fad
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ build_options="gtk3"
|
||||||
build_options_default="gtk3"
|
build_options_default="gtk3"
|
||||||
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue