From 433b8aff843186bffe61df614433ecf03892ffe013b8e3822895f30b421aa85b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Dec 2023 09:17:18 +0000 Subject: [PATCH] Accepting request 1131389 from home:Guillaume_G:PAC_BTI - Make use of distro flags with %set_build_flags OBS-URL: https://build.opensuse.org/request/show/1131389 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jitterentropy?expand=0&rev=14 --- jitterentropy.changes | 5 +++++ jitterentropy.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/jitterentropy.changes b/jitterentropy.changes index 430c127..04d2d76 100644 --- a/jitterentropy.changes +++ b/jitterentropy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 6 15:44:30 UTC 2023 - Guillaume GARDET + +- Make use of distro flags with %set_build_flags + ------------------------------------------------------------------- Wed Mar 22 11:17:59 UTC 2023 - Pedro Monreal diff --git a/jitterentropy.spec b/jitterentropy.spec index 5adbd0f..7826f82 100644 --- a/jitterentropy.spec +++ b/jitterentropy.spec @@ -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