From 699fa270677b1f77e513ddeae21db4da9cad5401 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Thu, 1 Oct 2015 10:35:10 +0100 Subject: [PATCH] Fixed libtool dependency. --- rules/czmq/default.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/czmq/default.bash b/rules/czmq/default.bash index efcbfda..1389c11 100644 --- a/rules/czmq/default.bash +++ b/rules/czmq/default.bash @@ -35,8 +35,8 @@ host_install() requires=\ ( + 'libtool/host' 'zeromq' - 'libtool' ) target_install()