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:
commit
1d13e211da
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user