Ice: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:42:41 -07:00 committed by classabbyamp
parent dec0743861
commit aca6698045

View file

@ -1,7 +1,7 @@
# Template file for 'Ice'
pkgname=Ice
version=3.7.8
revision=2
revision=3
build_style=gnu-makefile
make_build_args="LANGUAGES=cpp OPTIMIZE=yes USR_DIR_INSTALL=yes CONFIGS=shared
CONFIGS+=cpp11-shared"
@ -16,6 +16,10 @@ changelog="https://doc.zeroc.com/ice/latest/release-notes"
distfiles="https://github.com/zeroc-ice/ice/archive/v${version}.tar.gz"
checksum=f2ab6b151ab0418fab30bafc2524d9ba4c767a1014f102df88d735fc775f9824
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
if [ "$CROSS_BUILD" ]; then
# Cross build requires the host's slice2cpp
hostmakedepends+=" Ice"