package/redis: add optional support for TLS connections
authorTitouan Christophe <titouan.christophe@railnova.eu>
Tue, 2 Jun 2020 10:40:10 +0000 (12:40 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 5 Jun 2020 22:26:31 +0000 (00:26 +0200)
commitee3c81341807631b176ba4e05e6e473485bc6d7e
tree48dc47466d12c963dc501ec34eb397dfa7de9cfe
parentcc267d7ab4ad40abeb2780eebcfc97253ec173a2
package/redis: add optional support for TLS connections

TLS support is only enabled when BUILD_TLS is set to 'yes'. Anoy other
value, as well as empty or not set, will disable TLS. However, for
consistency with the rest of the code (e.g. for autotools packages where
we use both the --enable and --disable flags), we explcitly pass
BUILD_TLS=no. This also avoids an environment variable to leak into the
build.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
[yann.morin.1998@free.fr: add and explain the =no case]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/redis/redis.mk