From: Willy Tarreau Date: Sat, 8 Sep 2012 09:28:56 +0000 (+0200) Subject: BUILD: makefile: report USE_OPENSSL status in build options X-Git-Tag: v1.5-dev12~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e0bf80fd01d3daeba45ce07690eb76502d81ce8;p=thirdparty%2Fhaproxy.git BUILD: makefile: report USE_OPENSSL status in build options --- diff --git a/Makefile b/Makefile index 3c8bf3a780..42abd80a4c 100644 --- 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