Hello community,

here is the log from the commit of package bzip2 for openSUSE:Factory checked 
in at 2014-12-23 12:33:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bzip2 (Old)
 and      /work/SRC/openSUSE:Factory/.bzip2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bzip2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bzip2/bzip2.changes      2014-11-07 
14:07:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bzip2.new/bzip2.changes 2014-12-23 
12:31:31.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Dec 19 11:01:43 UTC 2014 - meiss...@suse.com
+
+- build with PIE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bzip2.spec ++++++
--- /var/tmp/diff_new_pack.ZswRrc/_old  2014-12-23 12:31:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ZswRrc/_new  2014-12-23 12:31:33.000000000 +0100
@@ -99,18 +99,20 @@
 %if %{do_profiling}
 export CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_generate}"
 %endif
+export CFLAGS="$CFLAGS -fPIE"
 %configure --with-pic --disable-static
 %if %{do_profiling}
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS="-pie"
 profile_bzip2
 mkdir .libs.save
 mv .libs/*.gcda .libs.save/
 make clean
 mv .libs.save .libs
 export CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_feedback}"
+export CFLAGS="$CFLAGS -fPIE"
 %configure --with-pic --disable-static
 %endif
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS="-pie"
 
 %install
 %makeinstall pkgconfigdir=%{_libdir}/pkgconfig



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to