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