dropbear: rebuild for libxcrypt
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user