Accepting request 86705 from M17N

- cross-build fix: force host architecture (forwarded request 86696 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=47
This commit is contained in:
Lars Vogdt 2011-10-06 14:02:18 +00:00 committed by Git OBS Bridge
commit f2517e1aba
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