[network-manager-libreswan] build: really fix linking against libdl.so for dlopen()
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-libreswan] build: really fix linking against libdl.so for dlopen()
- Date: Wed, 7 Sep 2016 16:58:40 +0000 (UTC)
commit 296430d4b386f76acfcd0458ab46b5d8df524583
Author: Thomas Haller <thaller redhat com>
Date: Wed Sep 7 18:15:51 2016 +0200
build: really fix linking against libdl.so for dlopen()
Fixes: 9d337b1d70bb42adff18552bcec6720379cb6235
properties/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/Makefile.am b/properties/Makefile.am
index 8591743..376db48 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -44,7 +44,7 @@ libnm_vpn_plugin_libreswan_la_SOURCES = \
libnm_vpn_plugin_libreswan_la_LIBADD = \
$(LIBNM_LIBS) \
- $(LD_LIBS) \
+ $(DL_LIBS) \
$(NULL)
libnm_vpn_plugin_libreswan_la_LDFLAGS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]