From 8da488ea5f79230641e6e6f22d2045172a94e8ec Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 18:09:08 +0200 Subject: [PATCH] xcb-proto: disable autoreconf --- packages/x11/proto/xcb-proto/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x11/proto/xcb-proto/package.mk b/packages/x11/proto/xcb-proto/package.mk index 4f139cd8c2..7c0e7331f0 100644 --- a/packages/x11/proto/xcb-proto/package.mk +++ b/packages/x11/proto/xcb-proto/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="xcb-proto: X C-language Bindings protocol headers" PKG_LONGDESC="X C-language Bindings protocol headers." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" # package specific configure options PKG_CONFIGURE_OPTS_TARGET="--without-xmlto"