diff --git a/vid_stab.changes b/vid_stab.changes index 2cfc6d3..db04483 100644 --- a/vid_stab.changes +++ b/vid_stab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 17 12:40:22 UTC 2018 - schwab@suse.de + +- Ensure reproducible build by overriding build-time SSE probing + ------------------------------------------------------------------- Tue May 29 21:35:06 UTC 2018 - bjorn.lie@gmail.com diff --git a/vid_stab.spec b/vid_stab.spec index cae2cb8..a7fd551 100644 --- a/vid_stab.spec +++ b/vid_stab.spec @@ -55,7 +55,16 @@ Development (headers and libraries) files for libvidstab%{soname}. %patch0 -p1 %build -%cmake +%cmake \ +%ifarch %ix86 x86_64 + -DSSE2_FOUND=TRUE \ +%else + -DSSE2_FOUND=FALSE \ +%endif + -DSSE3_FOUND=FALSE \ + -DSSSE3_FOUND=FALSE \ + -DSSE4_1_FOUND=FALSE \ + %{nil} make %{?_smp_mflags} %install