mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +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'
|
# Template file for 'Gauche'
|
||||||
pkgname=Gauche
|
pkgname=Gauche
|
||||||
version=0.9.12
|
version=0.9.12
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="texinfo"
|
hostmakedepends="texinfo"
|
||||||
makedepends="libticonv-devel libatomic_ops-devel"
|
makedepends="libticonv-devel libatomic_ops-devel"
|
||||||
|
@ -17,6 +17,10 @@ alternatives="
|
||||||
scheme:scheme.1:/usr/share/man/man1/gosh.1
|
scheme:scheme.1:/usr/share/man/man1/gosh.1
|
||||||
"
|
"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
# Gauche needs itself to bootstrap for cross compilation.
|
# Gauche needs itself to bootstrap for cross compilation.
|
||||||
hostmakedepends+=" Gauche"
|
hostmakedepends+=" Gauche"
|
||||||
|
|
Loading…
Add table
Reference in a new issue