diff options
author | Martin Willi <martin@revosec.ch> | 2013-10-25 16:03:47 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-04 15:53:02 +0200 |
commit | 4163421f918d830585bfdccde0973d8801aad258 (patch) | |
tree | ea2cd7fc4e02c86947a02d5003a6162b67f9adfa /src/checksum | |
parent | 110e42361e38bd7b6ee85c84d809afc72dce6bf1 (diff) | |
download | strongswan-4163421f918d830585bfdccde0973d8801aad258.tar.bz2 strongswan-4163421f918d830585bfdccde0973d8801aad258.tar.xz |
plugins: Don't link with -rdynamic on Windows
Diffstat (limited to 'src/checksum')
-rw-r--r-- | src/checksum/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checksum/Makefile.am b/src/checksum/Makefile.am index 078c59790..0bc195b84 100644 --- a/src/checksum/Makefile.am +++ b/src/checksum/Makefile.am @@ -22,7 +22,7 @@ AM_CPPFLAGS = \ -DPLUGINDIR=\"${DESTDIR}${plugindir}\" AM_CFLAGS = \ - -rdynamic + $(PLUGIN_CFLAGS) # we keep track of build dependencies in deps and use libs to store the paths # to the installed libraries. for executables we use the built files directly |