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