forked from pool/glibc
Accepting request 145517 from home:a_jaeger:my-factory-packages
Build locale/profile for i686. OBS-URL: https://build.opensuse.org/request/show/145517 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=251
This commit is contained in:
parent
640ba0ecad
commit
0c9b4ba47a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 14 19:31:45 UTC 2012 - aj@suse.de
|
||||||
|
|
||||||
|
- Build profile and locale packages for i686 as well.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 12 08:32:53 UTC 2012 - aj@suse.de
|
Wed Dec 12 08:32:53 UTC 2012 - aj@suse.de
|
||||||
|
|
||||||
|
@ -41,10 +41,11 @@ BuildRequires: libstdc++-devel
|
|||||||
|
|
||||||
%define _filter_GLIBC_PRIVATE 1
|
%define _filter_GLIBC_PRIVATE 1
|
||||||
%if %_target_cpu == "i686"
|
%if %_target_cpu == "i686"
|
||||||
# For i686 we ship only glibc and glibc-devel, so
|
# For i686 let's only build what's different from i586, so
|
||||||
|
# no need to build documentation
|
||||||
# let's not build everything
|
# let's not build everything
|
||||||
%define build_profile 0
|
%define build_profile 1
|
||||||
%define build_locales 0
|
%define build_locales 1
|
||||||
%define build_html 0
|
%define build_html 0
|
||||||
%else
|
%else
|
||||||
%if %{with fast_build}
|
%if %{with fast_build}
|
||||||
|
Loading…
Reference in New Issue
Block a user