From ade0ceba95fd63c791ad718d8b642930d5b4030c Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 10:03:37 -0700 Subject: [PATCH] apr-util: rebuild for libxcrypt --- srcpkgs/apr-util/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/apr-util/template b/srcpkgs/apr-util/template index bc216965d6f..82f91163c15 100644 --- a/srcpkgs/apr-util/template +++ b/srcpkgs/apr-util/template @@ -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 }