mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-19 02:29:31 -05:00
BUILD: makefile: report USE_OPENSSL status in build options
This commit is contained in:
parent
f5ae8f7637
commit
0e0bf80fd0
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -472,6 +472,7 @@ ifneq ($(USE_OPENSSL),)
|
|||
# as well as -lz. Pass them in the "ADDLIB" variable if needed. Similarly,
|
||||
# use ADDINC and ADDLIB to specify -I and -L if your OpenSSL library is not
|
||||
# in the standard path.
|
||||
BUILD_OPTIONS += $(call ignore_implicit,USE_OPENSSL)
|
||||
OPTIONS_CFLAGS += -DUSE_OPENSSL
|
||||
OPTIONS_LDFLAGS += -lssl
|
||||
OPTIONS_OBJS += src/ssl_sock.o src/shctx.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue