dbus: force detection of abstract sockets.
This commit is contained in:
parent
f3552c7dff
commit
f992da18bb
|
@ -4,7 +4,7 @@ _systemd_version=204
|
||||||
|
|
||||||
pkgname=dbus
|
pkgname=dbus
|
||||||
version=1.6.10
|
version=1.6.10
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Message bus system"
|
short_desc="Message bus system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -39,7 +39,8 @@ pre_configure() {
|
||||||
|
|
||||||
../dbus-${version}/configure ${_confargs} \
|
../dbus-${version}/configure ${_confargs} \
|
||||||
--prefix=${wrksrc}/tmpbuild/usr \
|
--prefix=${wrksrc}/tmpbuild/usr \
|
||||||
--disable-systemd --without-x
|
--disable-systemd --without-x \
|
||||||
|
--enable-abstract-sockets ac_cv_have_abstract_sockets=yes
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
@ -99,7 +100,8 @@ do_configure() {
|
||||||
--with-system-pid-file=/run/dbus/pid \
|
--with-system-pid-file=/run/dbus/pid \
|
||||||
--with-console-auth-dir=/run/console/ \
|
--with-console-auth-dir=/run/console/ \
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system \
|
--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() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in New Issue