apr-util: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 10:03:37 -07:00 committed by classabbyamp
parent e529324cb9
commit ade0ceba95

View file

@ -1,7 +1,7 @@
# Template file for 'apr-util'
pkgname=apr-util
version=1.6.3
revision=3
revision=4
build_style=gnu-configure
configure_args="
--with-pgsql --with-ldap --with-apr=${XBPS_CROSS_BASE}/usr
@ -22,6 +22,10 @@ checksum=a41076e3710746326c3945042994ad9a4fcac0ce0277dd8fea076fec3c9772b5
# fails to build tests
make_check=no
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
pre_configure() {
autoreconf -fi
}