mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
dbus-core update
This commit is contained in:
parent
2a7404fe80
commit
f3766ef592
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=lib32-dbus-core
|
||||
_pkgbasename=dbus-core
|
||||
pkgver=1.4.0
|
||||
pkgver=1.6.4
|
||||
pkgrel=1
|
||||
pkgdesc="Freedesktop.org message bus system (32-bit)"
|
||||
arch=('x86_64')
|
||||
@ -15,7 +15,7 @@ depends=('lib32-glibc' 'lib32-expat' 'dbus-core')
|
||||
makedepends=('gcc-multilib')
|
||||
options=(!libtool)
|
||||
source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
|
||||
md5sums=('f59618b18d2fb2bd1fce9e1c5a2a3282')
|
||||
md5sums=('5ec43dc4554cba638917317b2b4f7640')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
@ -27,9 +27,12 @@ build() {
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 \
|
||||
--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
|
||||
--with-system-pid-file=/var/run/dbus.pid \
|
||||
--with-system-socket=/run/dbus/system_bus_socket \
|
||||
--with-console-auth-dir=/run/console/ \
|
||||
--enable-inotify --disable-dnotify \
|
||||
--disable-verbose-mode --disable-static \
|
||||
--disable-tests --disable-asserts --without-x
|
||||
--disable-tests --disable-asserts --without-x \
|
||||
--disable-systemd
|
||||
make
|
||||
}
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user