commit | f21023e1cf99170ea848e1495ddb0584f12cbf43 | [log] [tgz] |
---|---|---|
author | Ilya Shipitsin <chipitsine@gmail.com> | Tue Aug 04 15:36:24 2020 +0500 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 05 11:37:32 2020 +0200 |
tree | 8ace004a3de33daf51ff1ce16331762e8845e689 | |
parent | 1f927d1bc228c78c322c94c8c2d5247297c6f6c4 [diff] |
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.