[lfs] 01/03: openssl: simplify the prevention of static library installation
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository lfs. commit 8c108f3a6cb87ce9eac5e21e679de672211ccc82 Author: Xi Ruoyao <[email protected]> AuthorDate: Sat May 2 19:16:38 2026 +0800 openssl: simplify the prevention of static library installation --- chapter08/openssl.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 446dd226a..a1ff4b706 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -73,10 +73,11 @@ <option>CONFIG_CRYPTO_AES_NI_INTEL</option> if the CPU supports AES-NI) enabled. If it fails, it can safely be ignored.</para> - <para>Install the package:</para> + <para>Install the package (setting an empty + <envar>INSTALL_LIBS</envar> prevents the installation of static + libraries):</para> -<screen><userinput remap="install">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile -make MANSUFFIX=ssl install</userinput></screen> +<screen><userinput remap="install">make INSTALL_LIBS= MANSUFFIX=ssl install</userinput></screen> <para>Add the version to the documentation directory name, to be consistent with other packages:</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