mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
Gauche: rebuild for libxcrypt
This commit is contained in:
parent
b0a603e89a
commit
c8c68199fc
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'Gauche'
|
||||
pkgname=Gauche
|
||||
version=0.9.12
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="texinfo"
|
||||
makedepends="libticonv-devel libatomic_ops-devel"
|
||||
|
@ -17,6 +17,10 @@ alternatives="
|
|||
scheme:scheme.1:/usr/share/man/man1/gosh.1
|
||||
"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
# Gauche needs itself to bootstrap for cross compilation.
|
||||
hostmakedepends+=" Gauche"
|
||||
|
|
Loading…
Add table
Reference in a new issue