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'
|
# Template file for 'guile'
|
||||||
pkgname=guile
|
pkgname=guile
|
||||||
version=2.2.7
|
version=2.2.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-error-on-warning"
|
configure_args="--disable-static --disable-error-on-warning"
|
||||||
hostmakedepends="pkg-config texinfo"
|
hostmakedepends="pkg-config texinfo"
|
||||||
|
@ -19,6 +19,10 @@ if [ "$XBPS_ENDIAN" != "$XBPS_TARGET_ENDIAN" ]; then
|
||||||
broken="opposite-endian host generates broken files"
|
broken="opposite-endian host generates broken files"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Need host guile to cross compile
|
# Need host guile to cross compile
|
||||||
hostmakedepends+=" guile"
|
hostmakedepends+=" guile"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue