summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Gruetzmacher <tobias-git@23.gs>2014-03-07 17:11:04 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-08 05:33:01 (GMT)
commitc09c858a4aef00af3910b207edd20c39dc3d3d4e (patch)
tree14bbb6634e216896bb2a31374f1172e9a1e761d6 /src
parent1589b23e532ff5f13bfd1d1ef34271c6ef360658 (diff)
downloadmxe-c09c858a4aef00af3910b207edd20c39dc3d3d4e.zip
mxe-c09c858a4aef00af3910b207edd20c39dc3d3d4e.tar.gz
mxe-c09c858a4aef00af3910b207edd20c39dc3d3d4e.tar.bz2
Package gnutls: Fix export for shared build
Diffstat (limited to 'src')
-rw-r--r--src/gnutls-2-add-missing-export.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/gnutls-2-add-missing-export.patch b/src/gnutls-2-add-missing-export.patch
new file mode 100644
index 0000000..ad509ce
--- /dev/null
+++ b/src/gnutls-2-add-missing-export.patch
@@ -0,0 +1,16 @@
+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;