dbus: set proper paths via CONFIGURE_SHARED_ARGS (sigh).
This commit is contained in:
parent
3b951bdb56
commit
dbb1e3e033
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ _systemd_version=197
|
||||||
|
|
||||||
pkgname=dbus
|
pkgname=dbus
|
||||||
version=1.6.8
|
version=1.6.8
|
||||||
revision=7
|
revision=8
|
||||||
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"
|
||||||
|
@ -92,7 +92,7 @@ do_configure() {
|
||||||
--with-libtool-sysroot=/usr/$XBPS_CROSS_TRIPLET
|
--with-libtool-sysroot=/usr/$XBPS_CROSS_TRIPLET
|
||||||
PKG_CONFIG_LIBDIR=${_systemddir}/lib/pkgconfig"
|
PKG_CONFIG_LIBDIR=${_systemddir}/lib/pkgconfig"
|
||||||
fi
|
fi
|
||||||
./configure --prefix=/usr \
|
./configure ${CONFIGURE_SHARED_ARGS} \
|
||||||
--disable-selinux --enable-userdb-cache --with-xml=expat \
|
--disable-selinux --enable-userdb-cache --with-xml=expat \
|
||||||
--disable-dnotify --enable-inotify --with-dbus-user=dbus \
|
--disable-dnotify --enable-inotify --with-dbus-user=dbus \
|
||||||
--disable-doxygen-docs --disable-xml-docs --disable-static \
|
--disable-doxygen-docs --disable-xml-docs --disable-static \
|
||||||
|
|
Loading…
Reference in a new issue