]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: add SSL_INC/SSL_LIB variables to force the path to openssl
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Sep 2013 13:26:39 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Sep 2013 13:26:39 +0000 (15:26 +0200)
commit9a05945bd08be144bc6ae0551f7c2fa2b8359d12
tree8c7592d7791d8ea820c07095516fffd30c101358
parent47e8eba9a7586b9d70003ee0e7a8191257180968
BUILD: add SSL_INC/SSL_LIB variables to force the path to openssl

When trying to build with various versions of openssl, forcing the
path is still cumbersome. Let's add SSL_INC and SSL_LIB similar to
PCRE_INC and PCRE_LIB to allow forcing the path to the SSL includes
and libs.
Makefile