Added an i686 build fix

This commit is contained in:
Ingvar Hagelund 2014-08-15 10:12:51 +02:00
parent 68b12ae712
commit c1e937098f
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: jemalloc
Version: 3.6.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
Group: System Environment/Libraries
@ -45,6 +45,9 @@ developing applications that use %{name}.
%endif
%build
%ifarch i686
CFLAGS="%{optflags} -msse2"
%endif
%configure
make %{?_smp_mflags}
@ -90,6 +93,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Fri Aug 15 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.6.0-4
- Added an i686 build fix
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild