- Disable asserts (bsc#1087072)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=322
This commit is contained in:
Dirk Mueller 2022-10-13 07:30:23 +00:00 committed by Git OBS Bridge
parent 030bfd6f94
commit 6b7a0f88d7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 13 07:29:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
- Disable asserts (bsc#1087072)
-------------------------------------------------------------------
Wed Jun 8 12:36:17 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -137,6 +137,7 @@ export CXXFLAGS="%{optflags} -fno-strict-aliasing"
export V=1
%configure \
--disable-static \
--disable-asserts \
--runstatedir=%{_rundir} \
--libexecdir=%{_libexecdir}/dbus-1 \
--enable-inotify \