SHA256
1
0
forked from pool/cairo

Accepting request 80036 from home:coolo:branches:openSUSE:Factory

- disable lto for cairo-sphinx as it breaks with as-needed

OBS-URL: https://build.opensuse.org/request/show/80036
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=43
This commit is contained in:
Vincent Untz
2011-09-02 16:01:14 +00:00
committed by Git OBS Bridge
parent 80a8e3fb73
commit 824e4f7d15
3 changed files with 22 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ Source: %{name}-%{version}.tar.bz2
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM cairo-modules-no-version.patch dimstar@opensuse.org -- Build modules with -module -avoid-version.
Patch0: cairo-modules-no-version.patch
# PATCH-FIX-OPENSUSE cairo-fix-libs.patch coolo@suse.de -- Fix build with newer ld
Patch1: cairo-fix-libs.patch
# These libraries are needed only for tests.
# Do not enable tests in build systems, it causes build loop!
#BuildRequires: librsvg-devel poppler-devel
@@ -144,10 +146,12 @@ cairo.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
NOCONFIGURE=1 ./autogen.sh
%configure \
--disable-silent-rules \
--with-pic \
--enable-fc \
--enable-ft \