Accepting request 30685 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gnome-shell via accept of submit request 30685 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/30685
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=21
This commit is contained in:
Vincent Untz 2010-01-28 11:50:54 +00:00 committed by Git OBS Bridge
parent b00e0d099b
commit fa7a85f0fe
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 28 12:43:43 CET 2010 - vuntz@opensuse.org
- Pass --enable-compile-warnings=no to configure, to avoid broken
build because of deprecated functions.
-------------------------------------------------------------------
Sun Oct 11 15:52:05 EDT 2009 - vuntz@opensuse.org

View File

@ -75,7 +75,8 @@ export LD_LIBRARY_PATH=%{_libdir}/xulrunner-1.9
%endif
%configure \
--libexecdir=%{_libexecdir}/%{name} \
--disable-static
--disable-static \
--enable-compile-warnings=no
%__make %{?jobs:-j%jobs}
%install