mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
colord: fix (cross) build for ppc-musl
For unknown reasons the default linking against libssp_nonshared.a does not happen thus explicitly list it in LDFLAGS.
This commit is contained in:
parent
d75e66367c
commit
19cc39e88c
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ fi
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc-musl) LDFLAGS+=" -lssp_nonshared" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# assertion failed (cd_edid_get_vendor_name (edid) == "LG"): (NULL == "LG")
|
# assertion failed (cd_edid_get_vendor_name (edid) == "LG"): (NULL == "LG")
|
||||||
:
|
:
|
||||||
|
|
Loading…
Add table
Reference in a new issue