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