From f992da18bbd45b9467717f9f664b767c3ecdad86 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 May 2013 10:58:47 +0200 Subject: [PATCH] dbus: force detection of abstract sockets. --- srcpkgs/dbus/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index 00d9a7f994..f545722603 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -4,7 +4,7 @@ _systemd_version=204 pkgname=dbus version=1.6.10 -revision=2 +revision=3 short_desc="Message bus system" maintainer="Juan RP " license="GPL-2" @@ -39,7 +39,8 @@ pre_configure() { ../dbus-${version}/configure ${_confargs} \ --prefix=${wrksrc}/tmpbuild/usr \ - --disable-systemd --without-x + --disable-systemd --without-x \ + --enable-abstract-sockets ac_cv_have_abstract_sockets=yes make ${makejobs} make install @@ -99,7 +100,8 @@ do_configure() { --with-system-pid-file=/run/dbus/pid \ --with-console-auth-dir=/run/console/ \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ - --enable-abstract-sockets --enable-systemd ${_confargs} + --enable-abstract-sockets --enable-systemd ${_confargs} \ + ac_cv_have_abstract_sockets=yes } do_build() {