Accepting request 948952 from devel:libraries:c_c++

Stop building with march=native to get reproducible binaries (boo#1100677) (forwarded request 948948 from bmwiedemann)

OBS-URL: https://build.opensuse.org/request/show/948952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liboqs?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-01-25 16:36:05 +00:00 committed by Git OBS Bridge
commit 1d13e211da
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 25 07:48:57 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
- Stop building with march=native to get reproducible binaries (boo#1100677)
-------------------------------------------------------------------
Sun Jan 2 18:26:29 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -61,7 +61,7 @@ particular limitations on intended use.
mkdir build
export RPM_OPT_FLAGS="%optflags -std=gnu11"
cd build
cmake -DBUILD_SHARED_LIBS=ON ..
cmake -DBUILD_SHARED_LIBS=ON -DOQS_DIST_BUILD=ON ..
%cmake_build
%install