From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- sys-process/cronie/cronie-1.5.4-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys-process/cronie/cronie-1.5.4-r1.ebuild') diff --git a/sys-process/cronie/cronie-1.5.4-r1.ebuild b/sys-process/cronie/cronie-1.5.4-r1.ebuild index 29ca8c72c0c9..c56c8960c7f0 100644 --- a/sys-process/cronie/cronie-1.5.4-r1.ebuild +++ b/sys-process/cronie/cronie-1.5.4-r1.ebuild @@ -17,6 +17,7 @@ DEPEND=" pam? ( sys-libs/pam ) anacron? ( !sys-process/anacron elibc_musl? ( sys-libs/obstack-standalone ) + elibc_uclibc? ( sys-libs/obstack-standalone ) ) " RDEPEND="${DEPEND} @@ -53,7 +54,9 @@ src_configure() { ) if use anacron; then - use elibc_musl && append-cflags "-lobstack" + if use elibc_musl || use elibc_uclibc ; then + append-cflags "-lobstack" + fi fi SPOOL_DIR="/var/spool/cron/crontabs" \ ANACRON_SPOOL_DIR="/var/spool/anacron" \ -- cgit v1.2.3