]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: makefile: report USE_OPENSSL status in build options
authorWilly Tarreau <w@1wt.eu>
Sat, 8 Sep 2012 09:28:56 +0000 (11:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Sep 2012 11:16:42 +0000 (13:16 +0200)
Makefile

index 3c8bf3a78034645714a15d5da69e80e254cc3c34..42abd80a4c5452152acbdb44f925d280e3cbc75e 100644 (file)
--- a/Makefile
+++ b/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