strict aliasing
This commit is contained in:
parent
191c4dbc2b
commit
b710964a59
6
icu.spec
6
icu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: icu
|
Name: icu
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 0.1.d01
|
Release: 0.2.d01
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -59,6 +59,7 @@ Group: Documentation
|
|||||||
%build
|
%build
|
||||||
cd source
|
cd source
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
autoconf
|
autoconf
|
||||||
%configure --with-data-packaging=library --disable-samples
|
%configure --with-data-packaging=library --disable-samples
|
||||||
make # %{?_smp_mflags} # -j(X>1) may "break" man pages as of 3.2, b.f.u #2357
|
make # %{?_smp_mflags} # -j(X>1) may "break" man pages as of 3.2, b.f.u #2357
|
||||||
@ -134,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 08 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-0.2.d01
|
||||||
|
- c++ code not alias correct
|
||||||
|
|
||||||
* Mon Jul 31 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-0.1.d01
|
* Mon Jul 31 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-0.1.d01
|
||||||
- rh#200728# update to prelease 3.6d01 to pick up on sinhala fixes
|
- rh#200728# update to prelease 3.6d01 to pick up on sinhala fixes
|
||||||
- drop integrated rh190879.patch
|
- drop integrated rh190879.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user