diff options
Diffstat (limited to 'net-libs/gnutls/files/gnutls-2.7.8-lzo.patch')
-rw-r--r-- | net-libs/gnutls/files/gnutls-2.7.8-lzo.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-libs/gnutls/files/gnutls-2.7.8-lzo.patch b/net-libs/gnutls/files/gnutls-2.7.8-lzo.patch new file mode 100644 index 000000000000..5b0d280281f9 --- /dev/null +++ b/net-libs/gnutls/files/gnutls-2.7.8-lzo.patch @@ -0,0 +1,16 @@ +http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=commitdiff;h=e7eeb6c7c94cf838b3b199d4d7ec5aa1b6e1f656 + +--- lib/libgnutls.map ++++ lib/libgnutls.map +@@ -582,6 +582,11 @@ + _gnutls_read_uint24; + _gnutls_get_cred; + _gnutls_recv_int; ++ # Internal symbols needed by libgnutls-extra for LZO: ++ _gnutls_compression_algorithms; ++ _gnutls_comp_algorithms_size; ++ _gnutls_lzo1x_decompress_safe; ++ _gnutls_lzo1x_1_compress; + # Internal symbols needed by libgnutls-openssl: + _gnutls_pkix1_asn; + _gnutls_x509_parse_dn_oid; |