Hello community,

here is the log from the commit of package cifs-utils for openSUSE:Factory 
checked in at 2012-02-16 16:11:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cifs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.cifs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cifs-utils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes    2012-02-10 
17:12:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes       
2012-02-16 16:12:05.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb  6 09:17:17 UTC 2012 - [email protected]
+
+- Added position independent flags to compilation and linking (-fpie/-pie);
+  (bnc#743133).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cifs-utils.spec ++++++
--- /var/tmp/diff_new_pack.EzRiIv/_old  2012-02-16 16:12:06.000000000 +0100
+++ /var/tmp/diff_new_pack.EzRiIv/_new  2012-02-16 16:12:06.000000000 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           cifs-utils
 Version:        5.3
 Release:        0
@@ -73,7 +72,8 @@
 
 %build
 autoreconf --force --install
-export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
+export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fpie"
+export LDFLAGS="-pie"
 %{configure}
 %{__make} %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to