Hello community, here is the log from the commit of package zdbsp for openSUSE:Factory checked in at 2015-03-09 10:09:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zdbsp (Old) and /work/SRC/openSUSE:Factory/.zdbsp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zdbsp" Changes: -------- --- /work/SRC/openSUSE:Factory/zdbsp/zdbsp.changes 2013-04-05 07:44:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.zdbsp.new/zdbsp.changes 2015-03-09 10:09:46.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Mar 5 12:31:29 UTC 2015 - jeng...@inai.de + +- Preemptively disable PIE, since there is assembler included + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zdbsp.spec ++++++ --- /var/tmp/diff_new_pack.AmZz6F/_old 2015-03-09 10:09:47.000000000 +0100 +++ /var/tmp/diff_new_pack.AmZz6F/_new 2015-03-09 10:09:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package zdbsp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,12 +46,17 @@ %build autoreconf -fi +%ifarch %ix86 x86_64 +# got asm +export CFLAGS="%optflags -fno-PIE" +export CXXFLAGS="$CFLAGS" +%endif %configure make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" +%make_install %files %defattr(-,root,root) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org