]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
libgnutls-openssl: Clean up list of exported symbols
authorAndreas Metzler <ametzler@bebt.de>
Tue, 8 Dec 2020 10:36:57 +0000 (11:36 +0100)
committerAndreas Metzler <ametzler@bebt.de>
Tue, 29 Dec 2020 14:48:42 +0000 (15:48 +0100)
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
extra/Makefile.am

index 738379f913f271a7c66b6903f727a46f8fbff502..8042ae0c771f3e8d53c241bf918b0bed7291a797 100644 (file)
@@ -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