guile: work around ppc builds crashing
[ci skip]
This commit is contained in:
@@ -20,6 +20,13 @@ if [ "$CROSS_BUILD" ]; then
|
|||||||
hostmakedepends+=" guile"
|
hostmakedepends+=" guile"
|
||||||
fi
|
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() {
|
libguile_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user