mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dropbear: rebuild for libxcrypt
This commit is contained in:
parent
ee0a64d352
commit
aa37c5709c
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dropbear'
|
# Template file for 'dropbear'
|
||||||
pkgname=dropbear
|
pkgname=dropbear
|
||||||
version=2022.83
|
version=2022.83
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-zlib --disable-bundled-libtom"
|
configure_args="--enable-zlib --disable-bundled-libtom"
|
||||||
makedepends="zlib-devel libtommath-devel libtomcrypt-devel"
|
makedepends="zlib-devel libtommath-devel libtomcrypt-devel"
|
||||||
|
@ -15,6 +15,10 @@ distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar
|
||||||
checksum=bc5a121ffbc94b5171ad5ebe01be42746d50aa797c9549a4639894a16749443b
|
checksum=bc5a121ffbc94b5171ad5ebe01be42746d50aa797c9549a4639894a16749443b
|
||||||
make_dirs="/etc/dropbear 0755 root root"
|
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
|
# These tests don't work from within xbps-src
|
||||||
# and probably should not be run from there
|
# and probably should not be run from there
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue