- Build in single thread, interim deps are not properly stated in

the Makefile

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/foma?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal 2017-05-17 09:32:38 +00:00 committed by Git OBS Bridge
parent 10070636c2
commit 8d4b59473e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 17 09:33:31 UTC 2017 - tchvatal@suse.com
- Build in single thread, interim deps are not properly stated in
the Makefile
-------------------------------------------------------------------
Wed May 17 09:13:27 UTC 2017 - tchvatal@suse.com

View File

@ -63,7 +63,8 @@ Finite-state C library development files and headers for %{name}.
%setup -q -n %{name}-%{version}/%{name}
%build
make %{?_smp_mflags} \
# hand written Makefile that gets to be quite PITA
make -j1 \
CFLAGS="%{optflags} -D_GNU_SOURCE -std=c99 -fPIC" \
LDFLAGS="-lreadline -lz"