dropbear: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:31:06 -07:00 committed by classabbyamp
parent ee0a64d352
commit aa37c5709c

View file

@ -1,7 +1,7 @@
# Template file for 'dropbear'
pkgname=dropbear
version=2022.83
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-zlib --disable-bundled-libtom"
makedepends="zlib-devel libtommath-devel libtomcrypt-devel"
@ -15,6 +15,10 @@ distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar
checksum=bc5a121ffbc94b5171ad5ebe01be42746d50aa797c9549a4639894a16749443b
make_dirs="/etc/dropbear 0755 root root"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
# These tests don't work from within xbps-src
# and probably should not be run from there
pre_check() {