From a4bc7123405cd3c34d1da9133bd031b319b37436 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 20 Dec 2018 01:24:45 +0100 Subject: [PATCH] polkit-elogind: add libtool as a host dependency Libtool is needed to bootstrap the autotools configure script, so it should not build without it. I'm not sure how it did, but add the dependency properly. --- srcpkgs/polkit-elogind/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/polkit-elogind/template b/srcpkgs/polkit-elogind/template index a19ae980f99..0195a8df827 100644 --- a/srcpkgs/polkit-elogind/template +++ b/srcpkgs/polkit-elogind/template @@ -6,8 +6,8 @@ wrksrc="polkit-${version}" build_style=gnu-configure configure_args="$(vopt_enable gir introspection) --disable-static --with-authfw=pam --with-os-type=void --with-mozjs=mozjs-52.0" -hostmakedepends="automake gettext-devel git glib-devel gobject-introspection - gtk-doc intltool pkg-config" +hostmakedepends="automake libtool gettext-devel git glib-devel + gobject-introspection gtk-doc intltool pkg-config" makedepends="elogind-devel libglib-devel mozjs52-devel pam-devel" system_accounts="polkitd" short_desc="Authorization Toolkit"