Accepting request 1132447 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1132447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jitterentropy?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-12-11 20:49:52 +00:00 committed by Git OBS Bridge
commit f2eea65e6b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 6 15:44:30 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Make use of distro flags with %set_build_flags
-------------------------------------------------------------------
Wed Mar 22 11:17:59 UTC 2023 - Pedro Monreal <pmonreal@suse.com>

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
Name: jitterentropy
Summary: A userspace library for jitter entropy generation
@ -71,6 +72,7 @@ This package contains the static library.
%autosetup -n jitterentropy-library-%version
%build
%set_build_flags
%make_build PREFIX="%_prefix" LIBDIR="%_lib"
%install