diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 09:25:21 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 09:25:21 +0000 |
commit | cd152f22770796527d3203b4b0b85abef43e018f (patch) | |
tree | 5b71c74520ae1f2bd8140c6694d88c115e63d054 /chapter08/libtool.xml | |
parent | 1f460e53b4186579f9ec20622356910580663ab3 (diff) |
remove unneeded static libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/libtool.xml')
-rw-r--r-- | chapter08/libtool.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter08/libtool.xml b/chapter08/libtool.xml index affeaca95..a2abdbe70 100644 --- a/chapter08/libtool.xml +++ b/chapter08/libtool.xml @@ -68,6 +68,13 @@ <screen><userinput remap="install">make install</userinput></screen> + <!-- dev: - -disable-static works but causes additional test failures + so we manually remove the static library --> + + <para>Remove an useless static library:</para> + +<screen><userinput remap="install">rm -fv /usr/lib/libltdl.a</userinput></screen> + </sect2> |