From 9266dcacb8e2454f4ba9a4ca69b9590dbc4417b5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Apr 2011 02:56:43 +0200 Subject: [PATCH] libtool-host: depends on autoconf Signed-off-by: root --- packages/toolchain/devel/autotools/libtool-host/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/devel/autotools/libtool-host/meta b/packages/toolchain/devel/autotools/libtool-host/meta index 36b315c854..a32fae2a24 100644 --- a/packages/toolchain/devel/autotools/libtool-host/meta +++ b/packages/toolchain/devel/autotools/libtool-host/meta @@ -26,7 +26,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://www.gnu.org/software/libtool/libtool.html" PKG_URL="" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache" +PKG_BUILD_DEPENDS="ccache autoconf" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="libtool: Generic library support script"