From 312105443d7653f39c459d669c21a049c72d2d6d Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:22:58 +0200 Subject: [PATCH] fribidi: disable autoreconf --- packages/devel/fribidi/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/fribidi/package.mk b/packages/devel/fribidi/package.mk index 8fc70962ac..117f1f48ba 100644 --- a/packages/devel/fribidi/package.mk +++ b/packages/devel/fribidi/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="fribidi: The Bidirectional Algorithm library" PKG_LONGDESC="The library implements all of the algorithm as described in the Unicode Standard Annex #9, The Bidirectional Algorithm, http://www.unicode.org/unicode/reports/tr9/. FriBidi is exhautively tested against Bidi Reference Code, and due to our best knowledge, does not contain any conformance bugs." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="--disable-shared \ --enable-static \