From ef272d0750b400955cd77e9fe180dbb3a0755465 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 14 Nov 2019 23:39:01 +0100 Subject: [PATCH] opensmtpd-extras: add libtool hostmakedepends --- srcpkgs/opensmtpd-extras/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opensmtpd-extras/template b/srcpkgs/opensmtpd-extras/template index eb7bfe35411..c20c3842830 100644 --- a/srcpkgs/opensmtpd-extras/template +++ b/srcpkgs/opensmtpd-extras/template @@ -6,7 +6,7 @@ wrksrc="OpenSMTPD-extras-${version}" build_style=gnu-configure configure_args="--with-table-passwd --with-table-ldap --with-table-mysql --with-table-postgres --with-table-socketmap --with-table-sqlite" -hostmakedepends="automake" +hostmakedepends="automake libtool" makedepends="libressl-devel libevent-devel postgresql-libs-devel libmysqlclient-devel sqlite-devel" depends="opensmtpd"