Update zoneminder.f19.spec

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

View File

@ -115,7 +115,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="" \
$OPTS