summaryrefslogtreecommitdiffstats
path: root/src/gnutls-2-add-missing-export.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-04-08 10:00:17 (GMT)
committerMark Brand <mabrand@mabrand.nl>2014-04-08 10:00:17 (GMT)
commit6973ef0988176cd56e83e994b3eb5994b9633df8 (patch)
tree4f55cbc4789c7acc10d6c007da42ea672fd48892 /src/gnutls-2-add-missing-export.patch
parentefc0ac49061bfcac2537352238524fb981aa95c8 (diff)
downloadmxe-6973ef0988176cd56e83e994b3eb5994b9633df8.zip
mxe-6973ef0988176cd56e83e994b3eb5994b9633df8.tar.gz
mxe-6973ef0988176cd56e83e994b3eb5994b9633df8.tar.bz2
update package gnutls
Diffstat (limited to 'src/gnutls-2-add-missing-export.patch')
-rw-r--r--src/gnutls-2-add-missing-export.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gnutls-2-add-missing-export.patch b/src/gnutls-2-add-missing-export.patch
deleted file mode 100644
index ad509ce..0000000
--- a/src/gnutls-2-add-missing-export.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-This adds a missing export to the main libgnutls so libgnutls-xssl compiles.
-
-diff -Naur gnutls-3.2.12/lib/libgnutls.map gnutls-3.2.12.fixed/lib/libgnutls.map
---- gnutls-3.2.12/lib/libgnutls.map 2014-01-28 21:19:11.000000000 +0100
-+++ gnutls-3.2.12.fixed/lib/libgnutls.map 2014-03-07 16:04:57.826105998 +0100
-@@ -955,6 +955,7 @@
-
- # Internal symbols needed by xssl:
- gnutls_realloc_fast;
-+ _gnutls_vasprintf;
-
- # Internal symbols needed by gnutls-cli-debug:
- _gnutls_rsa_pms_set_version;