mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
425 B
Diff
12 lines
425 B
Diff
--- 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
|