mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
monit: rebuild for libxcrypt
This commit is contained in:
parent
f6f3303b00
commit
02c1dc534f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'monit'
|
# Template file for 'monit'
|
||||||
pkgname=monit
|
pkgname=monit
|
||||||
version=5.33.0
|
version=5.33.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-ssl-dir=${XBPS_CROSS_BASE}/usr
|
--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"
|
distfiles="https://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz"
|
||||||
checksum=1ace889c0183473a9d70160df6533bb6e1338dc1354f5928507803e1e2a863b5
|
checksum=1ace889c0183473a9d70160df6533bb6e1338dc1354f5928507803e1e2a863b5
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./bootstrap
|
./bootstrap
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue