diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template index 02cecde59bb..ede8813eade 100644 --- a/srcpkgs/monit/template +++ b/srcpkgs/monit/template @@ -1,7 +1,7 @@ # Template file for 'monit' pkgname=monit version=5.33.0 -revision=2 +revision=3 build_style=gnu-configure configure_args=" --with-ssl-dir=${XBPS_CROSS_BASE}/usr @@ -18,6 +18,10 @@ changelog="https://mmonit.com/monit/changes/" distfiles="https://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz" checksum=1ace889c0183473a9d70160df6533bb6e1338dc1354f5928507803e1e2a863b5 +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + pre_configure() { ./bootstrap }