From 831e4de4e47187357fe50bc31ad84d6f9154f0f3c7b246bf319f415ab2a2e195 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 4 Dec 2023 15:09:09 +0000 Subject: [PATCH] Accepting request 1130028 from home:Guillaume_G:PAC_BTI - Make use of openSUSE build flags OBS-URL: https://build.opensuse.org/request/show/1130028 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=55 --- xmlsec1.changes | 5 +++++ xmlsec1.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/xmlsec1.changes b/xmlsec1.changes index 9f2196c..c3610e8 100644 --- a/xmlsec1.changes +++ b/xmlsec1.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 30 14:49:16 UTC 2023 - Guillaume GARDET + +- Make use of openSUSE build flags + ------------------------------------------------------------------- Tue Aug 8 15:41:15 UTC 2023 - Fridrich Strba diff --git a/xmlsec1.spec b/xmlsec1.spec index 1de104f..a77b9d7 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -148,8 +148,8 @@ Libraries, includes, etc. for developing XML Security applications with NSS. %build # Allow for deprecations -export CFLAGS="-Wno-error=deprecated-declarations -std=c99" -export CXXFLAGS="-Wno-error=deprecated-declarations" +export CFLAGS="%{optflags} -Wno-error=deprecated-declarations -std=c99" +export CXXFLAGS="%{optflags} -Wno-error=deprecated-declarations" %configure \ --disable-static \ --disable-silent-rules \