guile: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-08 16:55:55 -07:00 committed by classabbyamp
parent 14a5faa896
commit 5cc3a3e8ef

View file

@ -1,7 +1,7 @@
# Template file for 'guile'
pkgname=guile
version=2.2.7
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static --disable-error-on-warning"
hostmakedepends="pkg-config texinfo"
@ -19,6 +19,10 @@ if [ "$XBPS_ENDIAN" != "$XBPS_TARGET_ENDIAN" ]; then
broken="opposite-endian host generates broken files"
fi
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
if [ "$CROSS_BUILD" ]; then
# Need host guile to cross compile
hostmakedepends+=" guile"