This commit is contained in:
parent
50db7ca6c1
commit
2e3ec82ec3
@ -78,7 +78,9 @@ written in plain C and can be used in C++ code.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user