From d5d6ec44ea835da5300e48781531567fd04ee6e7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 17 Nov 2024 11:38:17 +0800 Subject: [PATCH] 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 Install the package: -make SHLIB_LIBS="-lncursesw" install +make install If desired, install the documentation: