Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bctoolbox for openSUSE:Factory 
checked in at 2021-04-10 15:26:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old)
 and      /work/SRC/openSUSE:Factory/.bctoolbox.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bctoolbox"

Sat Apr 10 15:26:30 2021 rev:18 rq:883551 version:4.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes      2021-04-01 
14:16:58.743949042 +0200
+++ /work/SRC/openSUSE:Factory/.bctoolbox.new.2401/bctoolbox.changes    
2021-04-10 15:27:12.010365953 +0200
@@ -1,0 +2,5 @@
+Wed Apr  7 07:02:10 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Workaround to allow building with GCC11 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bctoolbox.spec ++++++
--- /var/tmp/diff_new_pack.M1Mcrs/_old  2021-04-10 15:27:12.570366611 +0200
+++ /var/tmp/diff_new_pack.M1Mcrs/_new  2021-04-10 15:27:12.574366616 +0200
@@ -77,6 +77,9 @@
 %patch1 -p1
 
 %build
+# workaround for building with GCC11, issue opened upstream 
https://github.com/BelledonneCommunications/bctoolbox/issues/13
+export CFLAGS="%(echo %{optflags}) -Wno-array-parameter"
+export CXXFLAGS="$CFLAGS"
 %cmake -DENABLE_STATIC=OFF
 %cmake_build
 

Reply via email to