aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-01-08 22:38:39 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-01-08 22:38:39 +0000
commit488d7a56b47e935b75dbe717de90f25f55339e83 (patch)
tree2e4e3a87e0fa5d260d78e94ecfe02c1a9a44421d /chapter06
parent02213b996c3831ff523b5b5863b0b08f368e7589 (diff)
Prevent Libnl from installing static libraries.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/libnl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/libnl.xml b/chapter06/libnl.xml
index e683f8f80..ed4d8b738 100644
--- a/chapter06/libnl.xml
+++ b/chapter06/libnl.xml
@@ -43,7 +43,8 @@
<para>Prepare Libnl for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-static</userinput></screen>
<para>Compile the package:</para>