aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gnutls/gnutls-1.0.25/export-symbols.patch
blob: 22a1373944529a02eaa37308a5273a0ff21c34e8 (plain)
1
2
3
4
5
6
7
8
9
10
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