summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/openvpn-auth-ldap/files/patch-platform.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvpn-auth-ldap/files/patch-platform.m4 b/security/openvpn-auth-ldap/files/patch-platform.m4
new file mode 100644
index 000000000000..5951d1cfe55a
--- /dev/null
+++ b/security/openvpn-auth-ldap/files/patch-platform.m4
@@ -0,0 +1,11 @@
+--- platform.m4.orig 2018-07-26 20:17:21 UTC
++++ platform.m4
+@@ -97,7 +97,7 @@ AC_DEFUN(OD_CONFIG_PLUGIN, [
+ PLUGIN_LD="${CC} -shared"
+ PLUGIN_LD_FLAGS=""
+ PLUGIN_SUFFIX=".so"
+- LDFLAGS="-export-dynamic"
++ LDFLAGS="-rdynamic"
+ ;;
+ esac
+