forked from pool/ninja
Accepting request 846051 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/846051 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=25
This commit is contained in:
commit
a9cc23be04
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 4 16:33:12 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- LFS fix for 32bit arch builds (gh#ninja-build/ninja#829)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 24 20:25:43 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Mon Aug 24 20:25:43 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -40,7 +40,10 @@ building them, quickly.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
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
|
python3 ./configure.py --bootstrap --verbose
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user