]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Only build proto_tls_cache.c if we have OpenSSL
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 Feb 2018 22:16:42 +0000 (22:16 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 Feb 2018 22:16:42 +0000 (22:16 +0000)
src/modules/proto_tls_cache/all.mk

index 99c3f74ab23aa9b9c4f863fe0b97c3e8d13c7f11..cbccee9d276989a555fd8ff943f495d2d9f151d4 100644 (file)
@@ -1,6 +1,6 @@
 TARGETNAME     := proto_tls_cache
 
-ifneq "$(TARGETNAME)" ""
+ifneq ($(OPENSSL_LIBS),)
 TARGET         := $(TARGETNAME).a
 endif