aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls/gnutls-1.0.23/export-symbols.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gnutls/gnutls-1.0.23/export-symbols.patch')
-rw-r--r--packages/gnutls/gnutls-1.0.23/export-symbols.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gnutls/gnutls-1.0.23/export-symbols.patch b/packages/gnutls/gnutls-1.0.23/export-symbols.patch
index e69de29bb2..22a1373944 100644
--- a/packages/gnutls/gnutls-1.0.23/export-symbols.patch
+++ b/packages/gnutls/gnutls-1.0.23/export-symbols.patch
@@ -0,0 +1,11 @@
+--- gnutls-1.0.23/lib/Makefile.am.orig 2005-06-04 13:46:26.000000000 +0200
++++ gnutls-1.0.23/lib/Makefile.am 2005-06-04 13:48:38.000000000 +0200
+@@ -9,7 +9,7 @@
+ pkgconfig_DATA = gnutls.pc
+ DISTCLEANFILES = $(pkgconfig_DATA)
+
+-LIBGNUTLS_EXPORTS = -export-symbols-regex '^(_gnutls|gnutls|_E_).*'
++LIBGNUTLS_EXPORTS = -export-symbols-regex '^(asn1_|_gnutls|gnutls|_E_).*'
+
+ DIST_SUBDIRS = minitasn1 x509
+ if ENABLE_MINITASN1