From a8549d6fb4fd474fb4ba3d578c9896d37239da6f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 23 Mar 2015 12:34:04 +0100 Subject: [PATCH] libressl: unbreak cross compilation. --- srcpkgs/libressl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index 32884b4cd25..c46436e4b0e 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -20,9 +20,9 @@ if [ "$XBPS_TARGET_MACHINE" = "i686-musl" ]; then fi if [ "$CROSS_BUILD" ]; then - hostmakedepends="libtool" + hostmakedepends="automake libtool" pre_configure() { - libtoolize -f + autoreconf -fi } fi