]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: Makefile: require SSL_LIB, SSL_INC to be explicitly set
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 4 Aug 2020 10:36:24 +0000 (15:36 +0500)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Aug 2020 09:37:32 +0000 (11:37 +0200)
commitf21023e1cf99170ea848e1495ddb0584f12cbf43
tree8ace004a3de33daf51ff1ce16331762e8845e689
parent1f927d1bc228c78c322c94c8c2d5247297c6f6c4
BUILD: Makefile: require SSL_LIB, SSL_INC to be explicitly set

The SSL_INC and SSL_LIB variables were not initialized in the Makefile,
so they could be accidently inherited from the environment. We require
that any makefile variable is explicitly set on the command line so they
must be initialized.

Note that the Travis scripts used to rely only on these variables to be
exported, so it was adjusted as well.
.travis.yml
Makefile