- 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:
parent
10070636c2
commit
8d4b59473e
@ -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
|
Wed May 17 09:13:27 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -63,7 +63,8 @@ Finite-state C library development files and headers for %{name}.
|
|||||||
%setup -q -n %{name}-%{version}/%{name}
|
%setup -q -n %{name}-%{version}/%{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} \
|
# hand written Makefile that gets to be quite PITA
|
||||||
|
make -j1 \
|
||||||
CFLAGS="%{optflags} -D_GNU_SOURCE -std=c99 -fPIC" \
|
CFLAGS="%{optflags} -D_GNU_SOURCE -std=c99 -fPIC" \
|
||||||
LDFLAGS="-lreadline -lz"
|
LDFLAGS="-lreadline -lz"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user