mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
readline: Remove SHLIB_LIBS from make install
It's not needed now and I don't know why it was added in the first place (at r10573-g2e8cbe04cdac). I'd say it likely just covered up some user error (for e.g. simply forgetting "make" before "make install"). Removing it anyway and if it turns out something bad is happening we can always revert.
This commit is contained in:
parent
4660ec224b
commit
d5d6ec44ea
@ -101,7 +101,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" install</userinput></screen>
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
<para>If desired, install the documentation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user