]> git.ipfire.org Git - thirdparty/openssl.git/commit - INSTALL
Configure: accept Windows style compiler options
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 20 Sep 2019 22:14:16 +0000 (00:14 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sun, 13 Oct 2019 15:24:16 +0000 (17:24 +0200)
commitdf22cbb555430b7206a8d30cb41f4e28b9e28370
treeb7d01e58300ae6f89ff93a876527e9323e0693f1
parentbc458b0dd00acf8114dee7e4ac6423288a570697
Configure: accept Windows style compiler options

Currently the Configure command only supports passing UNIX style
options (`-opt`) to the compiler. Passing Windows style options
(`/opt`) yields an error. Fortunately, the compiler accepts both
types of options, nevertheless this commit fixes that discrimination
of Windows users.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9961)

(cherry picked from commit f246f54f18d380791cc60be4aea0fbc7253a9a20)
Configure
INSTALL