diff --git a/srcpkgs/Ice/template b/srcpkgs/Ice/template index 13163d9035d..d4318ea81c4 100644 --- a/srcpkgs/Ice/template +++ b/srcpkgs/Ice/template @@ -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"