From 29b19e429068d22841bae95113877ba14288981e Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 18:08:29 +0200 Subject: [PATCH] fontcacheproto: disable autoreconf --- packages/x11/proto/fontcacheproto/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x11/proto/fontcacheproto/package.mk b/packages/x11/proto/fontcacheproto/package.mk index 1d0b2859f9..4b593bbf3c 100644 --- a/packages/x11/proto/fontcacheproto/package.mk +++ b/packages/x11/proto/fontcacheproto/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="fontcacheproto: Fontcache extension headers" PKG_LONGDESC="Fontcache extension headers" PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" # package specific configure options PKG_CONFIGURE_OPTS_TARGET="--without-xmlto"