From 1735267fcff5650907b03270eb319149507d87d1 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 18:07:07 +0200 Subject: [PATCH] libXtst: disable autoreconf --- packages/x11/lib/libXtst/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x11/lib/libXtst/package.mk b/packages/x11/lib/libXtst/package.mk index bf66f4bdbd..ad1a7bfba9 100644 --- a/packages/x11/lib/libXtst/package.mk +++ b/packages/x11/lib/libXtst/package.mk @@ -29,6 +29,6 @@ PKG_SHORTDESC="libxtst: The Xtst Library" PKG_LONGDESC="The Xtst Library" PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-gnu-ld --without-xmlto"