Fix nodejs configure parameter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18689 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2017-05-04 07:23:15 +00:00
parent 2c8c70cbf0
commit 825ee1c452

View File

@ -127,7 +127,7 @@
--shared-cares \
--shared-openssl \
--shared-zlib \
--with-intl=icu-small &&
--with-intl=small-icu &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -143,9 +143,9 @@ ln -sf node /usr/share/doc/node-&nodejs-version;</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--with-intl=icu-small</parameter>: build a local, but
<para><parameter>--with-intl=small-icu</parameter>: build a local, but
small copy of <application>icu</application>. Other values are
<option>icu-full</option> (to build a full <application>icu</application>
<option>full-icu</option> (to build a full <application>icu</application>
library) and <option>system-icu</option> (to use the system
<application>icu</application>).</para>