Add a helper to compile & install OpenSSL (MSys)
commit6fb732bd0ae9c747b453a57abdbca3e4f0f46028
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 23 Jul 2009 17:38:11 +0000 (23 19:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 23 Jul 2009 23:44:58 +0000 (24 01:44 +0200)
tree24a979313f4a992cdc32455da5be56b0106d2707
parent1b950b42bf0662d8a6a1be9be3c876f69fb8032f
Add a helper to compile & install OpenSSL (MSys)

This is an adaption of the corresponding MinGW script, but we can use
the standard (Configure) way to set things up.

Configuring with --prefix= does not work (as it uses the default, /local),
and neither --prefix=/ (as it tries to "mkdir //ssl", the double slash
being misinterpreted by MSys).  So use --prefix=/usr instead, because
/usr is mounted to / anyway.

This installs the .dll files with a "msys-" prefix, as mandated by MSys.
That means that it overwrites the msys-*.dll files needed by ssh.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
src/openssl/.gitignore [new file with mode: 0644]
src/openssl/release.sh [new file with mode: 0644]