Jan Engelhardt 2014-12-19 11:13:20 +00:00 committed by Git OBS Bridge
parent 50db7ca6c1
commit 2e3ec82ec3

View File

@ -78,7 +78,9 @@ written in plain C and can be used in C++ code.
%setup -q
%build
%configure --disable-static --with-pic --disable-mmx
# MMX code has a problem with uninitialized variables; we would only turn it
# on for x86_64 anyway - but that one can use SSE instead.
%configure --disable-static --disable-mmx
make %{?_smp_mflags}
%install