forked from pool/jitterentropy
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:
commit
f2eea65e6b
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user