Fix the cross-compiling examples.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Jun 2014 09:55:47 +0000 (11:55 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 15 Jun 2014 09:55:47 +0000 (11:55 +0200)
commit5ceefb161518b0649dd386a1d3c406a55bd424da
tree0c28ef53ee043df0ec83b11bdd326fb9c6aed46b
parent472fd07a588fc9f85a0a9c13ea14af5699349fc4
Fix the cross-compiling examples.

- Use << 'EOF' (with single quotes) to prevent variable expansion
- apt-get install quilt, because we need that when building OpenSSL
- Use --with-zlib=... instead of --with-openssl

Thanks to Jacob for pointing out these issues.
examples/cross-compiling-64-bit-windows-binary.mdwn
examples/cross-compiling-windows-binary.mdwn