mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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'
|
||||
pkgname=clisp
|
||||
version=2.49.92
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --disable-mmap --disable-rpath
|
||||
--without-dynamic-modules $(vopt_with readline)"
|
||||
|
@ -20,6 +20,10 @@ disable_parallel_build=yes
|
|||
build_options="readline"
|
||||
build_options_default="readline"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl) broken="*** - MULTIPLE-VALUE-SETQ: variable EXTRA-FILE-TYPES has no value";;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue