mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
clisp: rebuild for libxcrypt
This commit is contained in:
parent
7b061bde65
commit
9365a1a0ea
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'clisp'
|
# Template file for 'clisp'
|
||||||
pkgname=clisp
|
pkgname=clisp
|
||||||
version=2.49.92
|
version=2.49.92
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --disable-mmap --disable-rpath
|
configure_args="--prefix=/usr --disable-mmap --disable-rpath
|
||||||
--without-dynamic-modules $(vopt_with readline)"
|
--without-dynamic-modules $(vopt_with readline)"
|
||||||
|
@ -20,6 +20,10 @@ disable_parallel_build=yes
|
||||||
build_options="readline"
|
build_options="readline"
|
||||||
build_options_default="readline"
|
build_options_default="readline"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686-musl) broken="*** - MULTIPLE-VALUE-SETQ: variable EXTRA-FILE-TYPES has no value";;
|
i686-musl) broken="*** - MULTIPLE-VALUE-SETQ: variable EXTRA-FILE-TYPES has no value";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue