aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_libipsec
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-10-25 16:03:47 +0200
committerMartin Willi <martin@revosec.ch>2014-06-04 15:53:02 +0200
commit4163421f918d830585bfdccde0973d8801aad258 (patch)
treeea2cd7fc4e02c86947a02d5003a6162b67f9adfa /src/libcharon/plugins/kernel_libipsec
parent110e42361e38bd7b6ee85c84d809afc72dce6bf1 (diff)
downloadstrongswan-4163421f918d830585bfdccde0973d8801aad258.tar.bz2
strongswan-4163421f918d830585bfdccde0973d8801aad258.tar.xz
plugins: Don't link with -rdynamic on Windows
Diffstat (limited to 'src/libcharon/plugins/kernel_libipsec')
-rw-r--r--src/libcharon/plugins/kernel_libipsec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/kernel_libipsec/Makefile.am b/src/libcharon/plugins/kernel_libipsec/Makefile.am
index a39d06753..eca2b2325 100644
--- a/src/libcharon/plugins/kernel_libipsec/Makefile.am
+++ b/src/libcharon/plugins/kernel_libipsec/Makefile.am
@@ -5,7 +5,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/libipsec
AM_CFLAGS = \
- -rdynamic
+ $(PLUGIN_CFLAGS)
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-kernel-libipsec.la