From 7fa114a52ece9ff0895ba15d53d006587d4c7fd7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:19:32 +0100 Subject: [PATCH] libffi: add autoreconf support Signed-off-by: Stephan Raue --- packages/devel/libffi/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devel/libffi/meta b/packages/devel/libffi/meta index 6be4cbeded..1a4b0bfa11 100644 --- a/packages/devel/libffi/meta +++ b/packages/devel/libffi/meta @@ -12,3 +12,5 @@ PKG_SECTION="devel" PKG_SHORTDESC="Foreign Function Interface Library" PKG_LONGDESC="The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"