<div dir="ltr"><span style="font-size:12.8px">After changing:</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div><font face="monospace, monospace">manson@manson-VirtualBox:~/unbound$ svn diff configure libunbound/ubsyms.def</font></div><div><font face="monospace, monospace">Index: configure</font></div><div><font face="monospace, monospace">===================================================================</font></div><div><font face="monospace, monospace">--- configure   (revision 3802)</font></div><div><font face="monospace, monospace">+++ configure   (working copy)</font></div><div><font face="monospace, monospace">@@ -4055,7 +4055,7 @@</font></div><div><font face="monospace, monospace"> # are we on MinGW?</font></div><div><font face="monospace, monospace"> if uname -s 2>&1 | grep MINGW32 >/dev/null; then on_mingw="yes"</font></div><div><font face="monospace, monospace"> else</font></div><div><font face="monospace, monospace">-       if echo $target | grep mingw32 >/dev/null; then on_mingw="yes"</font></div><div><font face="monospace, monospace">+       if echo $host | grep mingw32 >/dev/null; then on_mingw="yes"</font></div><div><font face="monospace, monospace">        else on_mingw="no"; fi</font></div><div><font face="monospace, monospace"> fi</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Index: libunbound/ubsyms.def</font></div><div><font face="monospace, monospace">===================================================================</font></div><div><font face="monospace, monospace">--- libunbound/ubsyms.def       (revision 3802)</font></div><div><font face="monospace, monospace">+++ libunbound/ubsyms.def       (working copy)</font></div><div><font face="monospace, monospace">@@ -33,3 +33,5 @@</font></div><div><font face="monospace, monospace"> ub_strerror</font></div><div><font face="monospace, monospace"> ub_version</font></div><div><font face="monospace, monospace"> ub_wait</font></div><div><font face="monospace, monospace">+sldns_wire2str_rdata_buf</font></div><div><font face="monospace, monospace">+sldns_wire2str_type_buf</font></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">and invoking</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div><font face="monospace, monospace">./configure --host=x86_64-w64-mingw32.shared --build=x86_64-unknown-linux-gnu --prefix=/home/manson/nlnet/mxe/usr/x86_64-w64-mingw32.shared --disable-flto --enable-shared --without-pthreads --with-libexpat=/home/manson/nlnet/mxe/usr/x86_64-w64-mingw32.shared LIBS=-lssl -L/home/manson/nlnet/mxe/usr/x86_64-w64-mingw32.shared/lib -lcrypto</font> </div><div><br></div><div>unbound builds on MXE 64-bits shared</div><div><br></div><div>I think it's best to apply the fixes upstream before creating an official MXE .mk package</div><div><br></div><div>Henri</div></div></div>