mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
SWIG: Temporarily turn off JavaScript support due to problems with Node.
The Node CLI changed significantly enough that the tests will no longer run and will give out errors which point towards problems in Make, when they are due to changes in Node's CLI. Let's turn the JavaScript support off for now since nothing else in BLFS uses it. This cleans up the output significantly, only leaving a few tests from Lua failing and some from Go (since we use the GCC variant instead of Google's official compiler.)
This commit is contained in:
parent
30824f0bc7
commit
3ddcb52b3e
@ -122,6 +122,7 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--without-javascript \
|
||||
--without-maximum-compile-warnings &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -166,6 +167,7 @@ cp -v -R Doc/* /usr/share/doc/swig-&swig-version;</userinput></screen>
|
||||
languages capabilities of <application>SWIG</application> are always
|
||||
built. <!--We use it for <application>Clisp</application>, because the
|
||||
SWIG implementation is very incomplete and a lot of tests fail. -->
|
||||
<!-- Now used for JavaScript because of node CLI changes -->
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user