guile: work around ppc builds crashing
[ci skip]
This commit is contained in:
parent
2555c0c091
commit
26508f9ecb
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ if [ "$CROSS_BUILD" ]; then
|
|||
hostmakedepends+=" guile"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
# magically fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941218
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) export CFLAGS+=" -Os";;
|
||||
esac
|
||||
}
|
||||
|
||||
libguile_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue