Hello community, here is the log from the commit of package procmail for openSUSE:Factory checked in at 2015-01-06 09:06:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/procmail (Old) and /work/SRC/openSUSE:Factory/.procmail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "procmail" Changes: -------- --- /work/SRC/openSUSE:Factory/procmail/procmail.changes 2015-01-05 04:44:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.procmail.new/procmail.changes 2015-01-06 09:06:32.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Dec 29 14:39:04 UTC 2014 - [email protected] + +- build with PIE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ procmail.spec ++++++ --- /var/tmp/diff_new_pack.P7haN2/_old 2015-01-06 09:06:33.000000000 +0100 +++ /var/tmp/diff_new_pack.P7haN2/_new 2015-01-06 09:06:33.000000000 +0100 @@ -80,7 +80,7 @@ case "$flag" in -Wl,*) if echo 'int main () { return 0; }' | \ - ${CC:-gcc} -Werror $gold $flag -o /dev/null -xc - > /dev/null 2>&1 ; then + ${CC:-gcc} $RPM_OPT_FLAGS -Werror $gold $flag -o /dev/null -xc - > /dev/null 2>&1 ; then eval $var=\${$var:+\$$var\ }$flag fi rm -f ldtest.c @@ -97,6 +97,7 @@ } RPM_OPT_FLAGS="%{optflags}" XCFLAGS="$(getconf LFS_CFLAGS)" + cflags -fPIE RPM_OPT_FLAGS cflags -std=c89 RPM_OPT_FLAGS cflags -Wno-parentheses RPM_OPT_FLAGS cflags -Wno-sign-compare RPM_OPT_FLAGS @@ -105,6 +106,7 @@ cflags -fno-strict-aliasing XCFLAGS cflags -Wl,-O2 LDFLAGS0 cflags -Wl,--hash-size=8599 LDFLAGS0 + cflags -pie LDFLAGS0 export RPM_OPT_FLAGS XCFLAGS LDFLAGS0 make %{?_smp_mflags} XCFLAGS="${XCFLAGS}" MANDIR=%{_mandir} LDFLAGS0="${LDFLAGS0}" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
