Update zoneminder.el6.spec

Remove -msse2 flag from builds other than x86_64
pull/206/head
Andy Bauer 2013-10-08 19:24:33 -05:00
parent 378d1456dc
commit 8d331452f5
1 changed files with 4 additions and 0 deletions

View File

@ -132,7 +132,11 @@ OPTS=""
ZM_SSL_LIB="gnutls" \
ZM_RUNDIR=/var/run/zoneminder \
ZM_TMPDIR=/var/lib/zoneminder/temp \
%ifarch x86_64
CXXFLAGS="-D__STDC_CONSTANT_MACROS -msse2" \
%else
CXXFLAGS="-D__STDC_CONSTANT_MACROS" \
%endif
--with-extralibs=""
make %{?_smp_mflags}