main/dbus: update configure flags

dbus's configure script shows that `--disable-asserts` is the option to use
This commit is contained in:
Firas Khalil Khana 2024-06-23 11:55:18 +00:00 committed by Celeste
parent c74f56599b
commit f9c0d4d4be

View file

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dbus
pkgver=1.14.10
pkgrel=2
pkgrel=3
pkgdesc="Freedesktop.org message bus system"
url="https://www.freedesktop.org/Software/dbus"
arch="all"
@ -51,7 +51,7 @@ build() {
--sysconfdir=/etc \
--with-system-pid-file=/run/dbus/dbus.pid \
--enable-checks \
--disable-assertions
--disable-asserts
make
}