guile: rebuild for libxcrypt
This commit is contained in:
parent
14a5faa896
commit
5cc3a3e8ef
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue