cronie: use musl-obstack-devel.

This commit is contained in:
Érico Rolim 2020-07-06 20:35:46 -03:00 committed by John Zimmermann
parent ef1c81e021
commit 667ae66f12
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'cronie'
pkgname=cronie
version=1.5.5
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-inotify --without-selinux --with-pam
--enable-anacron --enable-pie --enable-relro"
@ -34,7 +34,7 @@ alternatives="
"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-obstack"
makedepends+=" musl-obstack-devel"
fi
pre_configure() {