[network-manager-openvpn] build: disable static libraries for the VPN plugin



commit 8a61b8f17a0cb3503f71a4a6fbb5b18ab92c4cbf
Author: Thomas Haller <thaller redhat com>
Date:   Wed Feb 15 16:40:58 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 f5edd0f..ea763e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,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]