[network-manager-libreswan: 10/11] build: disable static libraries for the VPN plugin



commit 34ec80fb1a1f4e81147db8b654369efd21181985
Author: Thomas Haller <thaller redhat com>
Date:   Fri Feb 24 19:02:27 2017 +0100

    build: disable static libraries for the VPN plugin
    
    The VPN plugin ships shared libraries that are loaded by libnm via
    dlopen(). No need to create static libraries for these.

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d6c7d33..baea8ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,8 @@ dnl Prefer gcc-* variants; the ones libtool would choose don't work with LTO
 AC_CHECK_TOOLS(AR, [gcc-ar ar], false)
 AC_CHECK_TOOLS(RANLIB, [gcc-ranlib ranlib], :)
 
+LT_INIT([disable-static])
+
 dnl
 dnl Require programs
 dnl


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]