Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mstflint for openSUSE:Factory 
checked in at 2021-07-07 18:30:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mstflint (Old)
 and      /work/SRC/openSUSE:Factory/.mstflint.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mstflint"

Wed Jul  7 18:30:44 2021 rev:21 rq:904612 version:4.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes        2021-04-10 
15:28:53.810485705 +0200
+++ /work/SRC/openSUSE:Factory/.mstflint.new.2625/mstflint.changes      
2021-07-07 18:32:01.094266547 +0200
@@ -1,0 +2,6 @@
+Tue May 25 16:58:42 UTC 2021 - Wolfgang Frisch <[email protected]>
+
+- Link as position independent executables (bsc#1184124).
+  - Added PIE.patch
+
+-------------------------------------------------------------------

New:
----
  PIE.patch

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

Other differences:
------------------
++++++ mstflint.spec ++++++
--- /var/tmp/diff_new_pack.PIUfpO/_old  2021-07-07 18:32:01.466263628 +0200
+++ /var/tmp/diff_new_pack.PIUfpO/_new  2021-07-07 18:32:01.466263628 +0200
@@ -30,6 +30,7 @@
 Patch1:         Remove-date-time-info-from-build.patch
 Patch4:         Fix-gcc7-and-gcc8.patch
 Patch5:         fix-race-condition-during-install.patch
+Patch6:         PIE.patch
 BuildRequires:  gcc-c++
 BuildRequires:  infiniband-diags-devel
 BuildRequires:  libibverbs-devel
@@ -52,6 +53,7 @@
 %patch1
 %patch4
 %patch5
+%patch6 -p1
 
 %build
 ./autogen.sh

++++++ PIE.patch ++++++
Index: mstflint-4.16.0/configure.ac
===================================================================
--- mstflint-4.16.0.orig/configure.ac
+++ mstflint-4.16.0/configure.ac
@@ -58,6 +58,9 @@ LDL=""
 default_en_inband=""
 
 LDFLAGS="${LDFLAGS} -L/usr/lib64 -L/usr/local/lib -L/usr/local/lib64"
+if test "$host_cpu" != "s390x"; then
+       LDFLAGS="${LDFLAGS} -pie"
+fi
 CXXFLAGS="${CXXFLAGS} -isystem /usr/local/include" 
 if test "x$OS" = "xFreeBSD"; then
     AC_MSG_NOTICE(FreeBSD Build)

Reply via email to