mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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"
|
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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue