Bluez: removed outdated stuff so multithreaded bitbake doesn't break apps depending...
[vuplus_openembedded] / packages / gnutls / gnutls-1.0.25 / export-symbols.patch
1 --- gnutls-1.0.23/lib/Makefile.am.orig  2005-06-04 13:46:26.000000000 +0200
2 +++ gnutls-1.0.23/lib/Makefile.am       2005-06-04 13:48:38.000000000 +0200
3 @@ -9,7 +9,7 @@
4  pkgconfig_DATA = gnutls.pc
5  DISTCLEANFILES = $(pkgconfig_DATA)
6  
7 -LIBGNUTLS_EXPORTS = -export-symbols-regex '^(_gnutls|gnutls|_E_).*'
8 +LIBGNUTLS_EXPORTS = -export-symbols-regex '^(asn1_|_gnutls|gnutls|_E_).*'
9  
10  DIST_SUBDIRS = minitasn1 x509
11  if ENABLE_MINITASN1