libtool: Explain why we don't --disable-static

The info has been in comment for a long time but even I've forgotten
that and tried --disable-static, so maybe someone else will get curious
too.
This commit is contained in:
Xi Ruoyao
2025-08-25 22:09:39 +08:00
parent 24852bb9b3
commit dd30aca8fa

View File

@@ -61,7 +61,7 @@
<!-- dev: - -disable-static works but causes additional test failures
so we manually remove the static library -->
<para>Remove a useless static library:</para>
<para>Remove a static library only useful for the test suite:</para>
<screen><userinput remap="install">rm -fv /usr/lib/libltdl.a</userinput></screen>