diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-19 10:58:43 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-19 11:00:21 +0800 |
commit | 5de4fea42c1dce41330ca1e70560661fff01b2f9 (patch) | |
tree | ab3e72c39d10f2b64286b491e254883259604f1c /chapter08 | |
parent | 6d60bfc16fbb95a775869900005a8800a6c03f2b (diff) |
cleanup: use a stronger tone for removing la files
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/cleanup.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/cleanup.xml b/chapter08/cleanup.xml index 4820e6bdb..9da3828a7 100644 --- a/chapter08/cleanup.xml +++ b/chapter08/cleanup.xml @@ -17,8 +17,8 @@ <para>There are also several files installed in the /usr/lib and /usr/libexec directories with a file name extension of .la. These are "libtool archive" files. As already said, they are only useful when linking with static - libraries. They are unneeded, and potentially harmful, when using dynamic - shared libraries, specially when using also non-autotools build systems. + libraries. They are unneeded when using ELF dynamic shared libraries, and + it's known they can cause BLFS packages fail to build. To remove them, run:</para> <screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen> |