From 90defc5b222d3df0783b04bff32fc4bf5d76fc49a340928dda89e6b6e5f78bd9 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Fri, 24 Mar 2023 13:25:03 +0000 Subject: [PATCH] Accepting request 1073997 from home:marxin:branches:security:SELinux - Enable LTO as it works fine now. - Enable LTO as it works fine now. OBS-URL: https://build.opensuse.org/request/show/1073997 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=149 --- libselinux-bindings.changes | 5 +++++ libselinux-bindings.spec | 1 - libselinux.changes | 5 +++++ libselinux.spec | 1 - 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libselinux-bindings.changes b/libselinux-bindings.changes index dab38d2..e24bda5 100644 --- a/libselinux-bindings.changes +++ b/libselinux-bindings.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 23 15:39:15 UTC 2023 - Martin Liška + +- Enable LTO as it works fine now. + ------------------------------------------------------------------- Fri Feb 24 07:42:25 UTC 2023 - Johannes Segitz diff --git a/libselinux-bindings.spec b/libselinux-bindings.spec index 0553d7f..af6cfac 100644 --- a/libselinux-bindings.spec +++ b/libselinux-bindings.spec @@ -85,7 +85,6 @@ language. %autopatch -p1 %build -%define _lto_cflags %{nil} make %{?_smp_mflags} LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fno-semantic-interposition" swigify V=1 USE_PCRE2=y make %{?_smp_mflags} LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fno-semantic-interposition" pywrap V=1 USE_PCRE2=y make %{?_smp_mflags} LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fno-semantic-interposition" rubywrap V=1 USE_PCRE2=y diff --git a/libselinux.changes b/libselinux.changes index 40a5a0c..aefda71 100644 --- a/libselinux.changes +++ b/libselinux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 23 15:39:15 UTC 2023 - Martin Liška + +- Enable LTO as it works fine now. + ------------------------------------------------------------------- Fri Feb 24 07:42:25 UTC 2023 - Johannes Segitz diff --git a/libselinux.spec b/libselinux.spec index 35713cf..7f50fbe 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -103,7 +103,6 @@ necessary to develop your own software using libselinux. %patch5 -p1 %build -%define _lto_cflags %{nil} make %{?_smp_mflags} LIBDIR="%{_libdir}" CC="gcc" CFLAGS="%{optflags} -fno-semantic-interposition" USE_PCRE2=y %install