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

tweak

OBS-URL: https://build.opensuse.org/request/show/80704
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=44
This commit is contained in:
Vincent Untz 2011-09-02 16:03:27 +00:00 committed by Git OBS Bridge
parent 824e4f7d15
commit c2ba7eea4c
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
-------------------------------------------------------------------
Mon Aug 29 12:06:00 UTC 2011 - coolo@novell.com
- disable lto for cairo-sphinx as it breaks with as-needed
- Add cairo-fix-libs.patch: disable lto for cairo-sphinx as it
breaks with -Wl,--as-needed.
-------------------------------------------------------------------
Tue Feb 22 15:19:31 CET 2011 - vuntz@opensuse.org

View File

@ -22,6 +22,7 @@
Name: cairo
Version: 1.10.2
Release: 8
# FIXME: on update, check that cairo-fix-libs.patch (patch1) is still needed (nobody has the right fix for upstream :/)
License: LGPLv2.1+ ; MPL ..
Summary: Vector Graphics Library with Cross-Device Output Support
Url: http://cairographics.org/
@ -151,7 +152,6 @@ cairo.
%build
NOCONFIGURE=1 ./autogen.sh
%configure \
--disable-silent-rules \
--with-pic \
--enable-fc \
--enable-ft \
@ -170,7 +170,7 @@ NOCONFIGURE=1 ./autogen.sh
%endif
--disable-gtk-doc \
--disable-static
%{__make} %{?jobs:-j %jobs}
%{__make} %{?jobs:-j %jobs} V=1
%install
%makeinstall