. "$BASS_ROOT"/build/skel/common.rc
bdeps="rc-paths stow archivers/zstd devel/pkgconf-2.1.1"
-rdeps="dns/libidn2-2.3.7 security/nettle-3.10.1"
+rdeps="dns/libidn2-2.3.7 math/gmp-6.3.0 security/nettle-3.10.1"
redo-ifchange $bdeps "$DISTFILES"/$NAME.tar.xz $rdeps
hsh=$("$BASS_ROOT"/build/bin/cksum $BASS_REV $SPATH)
. "$BASS_ROOT"/build/lib/create-tmp-for-build.rc
cd $NAME
./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh \
- --without-tpm --without-p11-kit --enable-static --with-included-libtasn1 >&2
+ --without-tpm --without-p11-kit --enable-static \
+ --with-included-unistring --with-included-libtasn1 >&2
make -j$MAKE_JOBS >&2
make install >&2