diff --git a/kyotocabinet.spec b/kyotocabinet.spec index ed14024..5f67287 100644 --- a/kyotocabinet.spec +++ b/kyotocabinet.spec @@ -2,7 +2,7 @@ Name: kyotocabinet Version: 1.2.70 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight database library Group: System Environment/Libraries @@ -40,9 +40,10 @@ applications that use %{name}. %prep %setup -q +sed -i -e 's/ -g0 -O2//' -e 's/ -O0//' configure %build -%configure --disable-rpath --docdir=%{doctarget} +%configure --disable-rpath --disable-opt --docdir=%{doctarget} make LDENV= %{?_smp_mflags} @@ -349,6 +350,10 @@ rm -rf $RPM_BUILD_ROOT %{doctarget}/doc/api/tabs.css %changelog +* Wed Oct 19 2011 Casey Dahlin - 1.2.70-2 +- Prevent -march=native build flag [735822], credit Ville Skyatta + + * Mon Aug 31 2011 Casey Dahlin - 1.2.70-1 - Update to latest upstream