mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Subversion: Using multiple jobs when compiling the Java bindings causes
a race condition. Fix this by forcing the java bindings to build at -j1.
This commit is contained in:
parent
23adab88da
commit
ac605d0a9c
@ -214,7 +214,7 @@ make</userinput></screen>
|
||||
separately. To build the Java bindings, issue the following command:
|
||||
</para>
|
||||
<para>
|
||||
<screen><command>make javahl</command></screen>
|
||||
<screen><command>make -j1 javahl</command></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user