Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fltk for openSUSE:Factory checked in 
at 2021-04-24 23:07:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fltk (Old)
 and      /work/SRC/openSUSE:Factory/.fltk.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fltk"

Sat Apr 24 23:07:05 2021 rev:43 rq:887565 version:1.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/fltk/fltk.changes        2020-01-01 
14:56:28.841874130 +0100
+++ /work/SRC/openSUSE:Factory/.fltk.new.12324/fltk.changes     2021-04-24 
23:07:23.567245448 +0200
@@ -1,0 +2,7 @@
+Thu Apr 22 09:28:38 UTC 2021 - Matthias Gerstner <[email protected]>
+
+- explicitly pass -fPIC and -pie via CFLAGS and LDFLAGS to make /usr/bin/fluid
+  an position-independent executable. fltk by default passed -fPIC but not
+  -pie, which breaks our gcc-PIE profil. (bsc#1184122).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fltk.spec ++++++
--- /var/tmp/diff_new_pack.aS0Fev/_old  2021-04-24 23:07:24.059246143 +0200
+++ /var/tmp/diff_new_pack.aS0Fev/_new  2021-04-24 23:07:24.063246150 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fltk
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -92,6 +92,8 @@
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
+export CFLAGS="-fPIC"
+export LDFLAGS="-pie"
 %configure \
   --enable-shared \
   --enable-threads

Reply via email to