From 7fb641ce31298f05c6062a32fd484b2b01805666e9c43c23a2cb8076e2b8174b Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Tue, 28 Apr 2020 06:41:43 +0000 Subject: [PATCH] Accepting request 798389 from home:marxin:branches:security:SELinux - Enable -fcommon in order to fix boo#1160874. OBS-URL: https://build.opensuse.org/request/show/798389 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=78 --- libsepol.changes | 5 +++++ libsepol.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libsepol.changes b/libsepol.changes index 9d0c201..06e385a 100644 --- a/libsepol.changes +++ b/libsepol.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 19:35:18 UTC 2020 - Martin Liška + +- Enable -fcommon in order to fix boo#1160874. + ------------------------------------------------------------------- Tue Mar 3 12:17:04 UTC 2020 - Johannes Segitz diff --git a/libsepol.spec b/libsepol.spec index 138d97a..53727d9 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -91,6 +91,7 @@ policies. %build %define _lto_cflags %{nil} +%global optflags %{optflags} -fcommon export CFLAGS="%{optflags}" make %{?_smp_mflags}