monit: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:04:34 -07:00 committed by classabbyamp
parent f6f3303b00
commit 02c1dc534f

View file

@ -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
}