From 910faa4c0155bb2b15231eecb5d9112ca25596c2 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:46:39 +0200 Subject: [PATCH] dbus: disable autoreconf --- packages/sysutils/dbus/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/dbus/package.mk b/packages/sysutils/dbus/package.mk index 7e0d514816..a7e432c9b4 100644 --- a/packages/sysutils/dbus/package.mk +++ b/packages/sysutils/dbus/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="dbus: simple interprocess messaging system" PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications. This package contains the D-Bus daemon and related utilities and the dbus shared library." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="export ac_cv_have_abstract_sockets=yes \ --with-sysroot=$SYSROOT_PREFIX \