Accepting request 86376 from home:uli_suse:branches:Base:System

- cross-build fix: use host's dbus-binding-tool

OBS-URL: https://build.opensuse.org/request/show/86376
OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1-glib?expand=0&rev=27
This commit is contained in:
Dirk Mueller 2011-10-04 08:31:35 +00:00 committed by Git OBS Bridge
parent 67e5515bc9
commit b6cace6c05
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 30 14:47:56 UTC 2011 - uli@suse.com
- cross-build fix: use host's dbus-binding-tool
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

View File

@ -75,6 +75,9 @@ GLib thread abstraction and main loop.
export CFLAGS="${RPM_OPT_FLAGS} -fstack-protector -fPIC" export CFLAGS="${RPM_OPT_FLAGS} -fstack-protector -fPIC"
%configure \ %configure \
--libexecdir=%{_libexecdir}/%{name} \ --libexecdir=%{_libexecdir}/%{name} \
%if 0%{?_crossbuild}
--with-dbus-binding-tool=/usr/bin/dbus-binding-tool \
%endif
--disable-static --disable-static
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}