diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-08 11:02:42 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-08 11:02:42 +0000 |
commit | fe2a8244f13d2d5458caaf8aae803e66d4dd9ad0 (patch) | |
tree | bc2e7a0c20c0054eceebf6014983af3fc04d6fe8 | |
parent | c8fd7fe8f6c932ecfe8072110ef700127c096063 (diff) |
check: don't install static library
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12013 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/check.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/check.xml b/chapter08/check.xml index fc28a9113..6624f8e0d 100644 --- a/chapter08/check.xml +++ b/chapter08/check.xml @@ -42,7 +42,7 @@ <para>Prepare Check for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen> <para>Build the package:</para> @@ -71,7 +71,7 @@ <seglistitem> <seg>checkmk</seg> - <seg>libcheck.{a,so}</seg> + <seg>libcheck.so</seg> </seglistitem> </segmentedlist> |