summaryrefslogtreecommitdiff
path: root/packages/gnutls/gnutls-1.0.23/export-symbols.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-12 17:07:41 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-12 17:07:41 +0000
commitdc2a64d0b899d47b494d5e58213e491ef2b4db06 (patch)
tree8ce480fd7ea391725647debba6a26122737da6a3 /packages/gnutls/gnutls-1.0.23/export-symbols.patch
parent578a0a607455ab673c1b440fdaa2e594b99e5f5c (diff)
gnutls: simplified recipes, dropped version older then 1.4.4
1.6.0 need one new library package
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, 0 insertions, 11 deletions
diff --git a/packages/gnutls/gnutls-1.0.23/export-symbols.patch b/packages/gnutls/gnutls-1.0.23/export-symbols.patch
deleted file mode 100644
index 22a1373944..0000000000
--- a/packages/gnutls/gnutls-1.0.23/export-symbols.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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