From: Arran Cudbard-Bell Date: Wed, 7 Feb 2018 22:16:42 +0000 (+0000) Subject: Only build proto_tls_cache.c if we have OpenSSL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dae16ef38c5ebdebba96a094ab899e2881e8de4c;p=thirdparty%2Ffreeradius-server.git Only build proto_tls_cache.c if we have OpenSSL --- diff --git a/src/modules/proto_tls_cache/all.mk b/src/modules/proto_tls_cache/all.mk index 99c3f74ab23..cbccee9d276 100644 --- a/src/modules/proto_tls_cache/all.mk +++ b/src/modules/proto_tls_cache/all.mk @@ -1,6 +1,6 @@ TARGETNAME := proto_tls_cache -ifneq "$(TARGETNAME)" "" +ifneq ($(OPENSSL_LIBS),) TARGET := $(TARGETNAME).a endif