[lfs] branch trunk updated: readline: Remove SHLIB_LIBS from make install
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <173181511183.20121.13233886271008056127@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new d5d6ec44e readline: Remove SHLIB_LIBS from make install
d5d6ec44e is described below
commit d5d6ec44ea835da5300e48781531567fd04ee6e7
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Nov 17 11:38:17 2024 +0800
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.
---
chapter08/readline.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chapter08/readline.xml b/chapter08/readline.xml
index 2a01c86c8..eefd9f966 100644
--- a/chapter08/readline.xml
+++ b/chapter08/readline.xml
@@ -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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page