summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 738379f913..8042ae0c77 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -45,7 +45,8 @@ defexec_DATA =
# OpenSSL
-libgnutls_openssl_la_LDFLAGS = -no-undefined
+libgnutls_openssl_la_LDFLAGS = -no-undefined \
+ -export-symbols-regex "^[[:upper:]]"
if ENABLE_OPENSSL
lib_LTLIBRARIES = libgnutls-openssl.la