Configure: support a few more "make variables" defaulting from env
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Feb 2019 22:18:02 +0000 (23:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 28 Feb 2019 12:08:05 +0000 (13:08 +0100)
commit0342e42d864b7a670b4403389df057c4da6d7975
treeff75ef4616b6eead1f6f929d2c58fc3f614bf248
parent3dee23a6840add98798260e5faa76205e77120a5
Configure: support a few more "make variables" defaulting from env

CFLAGS, CXXFLAGS, CPPFLAGS, LDFLAGS, and LDLIBS

(cherry picked from commit 8e7984e5783877c58cddc7b4e668401580ab4467)

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8359)
Configure