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

View file

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