aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/libtool.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/libtool.xml')
-rw-r--r--chapter08/libtool.xml7
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>