Accepting request 86696 from home:uli_suse:branches:M17N

- cross-build fix: force host architecture

OBS-URL: https://build.opensuse.org/request/show/86696
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=39
This commit is contained in:
Kyrill Detinov 2011-10-05 15:12:53 +00:00 committed by Git OBS Bridge
parent 170358e998
commit 91cdbc55f7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 5 14:35:54 UTC 2011 - uli@suse.com
- cross-build fix: force host architecture
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

View File

@ -15,6 +15,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: fontconfig
%define build_docs 0
BuildRequires: freetype2-devel libexpat-devel pkgconfig
@ -114,7 +116,7 @@ accepts font patterns and returns the nearest matching font.
%patch34 -p1
%build
%configure --with-pic \
%configure --with-pic --with-arch=%_host_cpu \
%if %suse_version > 1100
--disable-static \
%endif