dbus: set proper paths via CONFIGURE_SHARED_ARGS (sigh).
This commit is contained in:
parent
3b951bdb56
commit
dbb1e3e033
|
@ -4,7 +4,7 @@ _systemd_version=197
|
|||
|
||||
pkgname=dbus
|
||||
version=1.6.8
|
||||
revision=7
|
||||
revision=8
|
||||
short_desc="Message bus system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -92,7 +92,7 @@ do_configure() {
|
|||
--with-libtool-sysroot=/usr/$XBPS_CROSS_TRIPLET
|
||||
PKG_CONFIG_LIBDIR=${_systemddir}/lib/pkgconfig"
|
||||
fi
|
||||
./configure --prefix=/usr \
|
||||
./configure ${CONFIGURE_SHARED_ARGS} \
|
||||
--disable-selinux --enable-userdb-cache --with-xml=expat \
|
||||
--disable-dnotify --enable-inotify --with-dbus-user=dbus \
|
||||
--disable-doxygen-docs --disable-xml-docs --disable-static \
|
||||
|
|
Loading…
Reference in New Issue