Hello community,

here is the log from the commit of package ninja for openSUSE:Factory checked 
in at 2020-11-09 13:56:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ninja (Old)
 and      /work/SRC/openSUSE:Factory/.ninja.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ninja"

Mon Nov  9 13:56:11 2020 rev:25 rq:846051 version:1.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ninja/ninja.changes      2020-08-31 
17:14:44.405037689 +0200
+++ /work/SRC/openSUSE:Factory/.ninja.new.11331/ninja.changes   2020-11-09 
13:56:13.652119026 +0100
@@ -1,0 +2,5 @@
+Wed Nov  4 16:33:12 UTC 2020 - Ludwig Nussel <lnus...@suse.de>
+
+- LFS fix for 32bit arch builds (gh#ninja-build/ninja#829)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ninja.spec ++++++
--- /var/tmp/diff_new_pack.tXLLEW/_old  2020-11-09 13:56:15.904114114 +0100
+++ /var/tmp/diff_new_pack.tXLLEW/_new  2020-11-09 13:56:15.904114114 +0100
@@ -40,7 +40,10 @@
 
 %build
 export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
+%if "%__isa_bits" == "32"
+CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+%endif
+export CXXFLAGS="$CFLAGS"
 python3 ./configure.py --bootstrap --verbose
 
 %install


Reply via email to