Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2015-05-24 19:33:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wireshark (Old)
 and      /work/SRC/openSUSE:Factory/.wireshark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wireshark"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes      2015-05-15 
07:44:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2015-05-24 
19:33:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sat May 23 05:18:26 UTC 2015 - [email protected]
+
+- force -fPIC build to make QT5 happy. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wireshark.spec ++++++
--- /var/tmp/diff_new_pack.pp04DG/_old  2015-05-24 19:33:16.000000000 +0200
+++ /var/tmp/diff_new_pack.pp04DG/_new  2015-05-24 19:33:16.000000000 +0200
@@ -196,8 +196,8 @@
 autoreconf -fiv
 
 # zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2
-export CFLAGS="%optflags -fPIE"
-export CXXFLAGS="%optflags -fPIE"
+export CFLAGS="%optflags -fPIC -fPIE"
+export CXXFLAGS="%optflags -fPIC -fPIE"
 export LDFLAGS="-pie"
 
 %if 0%{?suse_version} > 1320
@@ -231,7 +231,8 @@
     --with-gnutls=yes \
 %endif
     --with-gcrypt=yes \
-    --with-plugins=%{_libdir}/%{name}/plugins/%{version}
+    --with-plugins=%{_libdir}/%{name}/plugins/%{version} \
+    --with-pic 
 
 make %{?_smp_mflags} V=1
 




Reply via email to