From 488d7a56b47e935b75dbe717de90f25f55339e83 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 8 Jan 2012 22:38:39 +0000 Subject: Prevent Libnl from installing static libraries. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/libnl.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06') 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 @@ Prepare Libnl for compilation: -./configure --prefix=/usr --sysconfdir=/etc +./configure --prefix=/usr --sysconfdir=/etc \ + --disable-static Compile the package: -- cgit v1.2.3-54-g00ecf