From: Andreas Metzler Date: Tue, 8 Dec 2020 10:36:57 +0000 (+0100) Subject: libgnutls-openssl: Clean up list of exported symbols X-Git-Tag: 3.7.1~29^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58f8bb2397138967115ffa337dcb89df0db6891c;p=thirdparty%2Fgnutls.git libgnutls-openssl: Clean up list of exported symbols Signed-off-by: Andreas Metzler --- 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