From 0d085d41b6eafc731998c9d2285722ac85486841 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:10:25 +0100 Subject: [PATCH] libtool-host: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/devel/autotools/libtool-host/meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/toolchain/devel/autotools/libtool-host/meta b/packages/toolchain/devel/autotools/libtool-host/meta index ad8e1e48e2..354505eea3 100644 --- a/packages/toolchain/devel/autotools/libtool-host/meta +++ b/packages/toolchain/devel/autotools/libtool-host/meta @@ -11,4 +11,6 @@ PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="libtool: Generic library support script" PKG_LONGDESC="This is GNU Libtool, a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface." -PKG_IS_ADDON="no" \ No newline at end of file +PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"