From 631763943dbec3f296b9917439016e720d611067 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 18:06:44 +0200 Subject: [PATCH] libxshmfence: disable autoreconf --- packages/x11/lib/libxshmfence/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x11/lib/libxshmfence/package.mk b/packages/x11/lib/libxshmfence/package.mk index 015ae74ffe..14fc5232bd 100644 --- a/packages/x11/lib/libxshmfence/package.mk +++ b/packages/x11/lib/libxshmfence/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="libxshmfence: Shared memory 'SyncFence' synchronization primitive PKG_LONGDESC="libxshmfence is the Shared memory 'SyncFence' synchronization primitive." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"