]> git.ipfire.org Git - thirdparty/openssl.git/commit
unified build scheme: add the tweaks to build on Cygwin & Mingw
authorRichard Levitte <levitte@openssl.org>
Sat, 30 Jan 2016 04:45:29 +0000 (05:45 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Feb 2016 13:36:04 +0000 (14:36 +0100)
commitfcf80c469aa722f7c6eca68d23d86d22f7f7efb9
tree71437bc4b3540f5f8d6d695a28bc3fc4c48cce2e
parent567a9e6fe0ff3badfa22cf018d87c94ed5a8aeb3
unified build scheme: add the tweaks to build on Cygwin & Mingw

Cygwin and Mingw name their libraries a bit differently from the rest
of the POSIXly universe, we need to adapt to that.

In Makefile.tmpl, it means that some hunks will only be output
conditionally.

This also means that shared_extension for the Cygwin and Mingw
configurations in Configurations/10-main.conf are changing from .dll.a
to .dll.  Makefile.shared does a fine job without having them
specified, and it's much easier to work with tucking an extra .a at
the end of files in the installation recipes than any amount of name
rewrites, especially with the support of the SHARED_NAME in the top
build.info.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/10-main.conf
Configurations/unix-Makefile.tmpl
Makefile.in
Makefile.shared
build.info