]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't try to build rlm_eap_fast if it can't be built
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 16 Jan 2018 11:41:01 +0000 (11:41 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 17 Jan 2018 11:37:49 +0000 (11:37 +0000)
src/modules/rlm_eap/types/rlm_eap_fast/all.mk.in

index 3690f2419b47aa942ac984ad3b9bb0beadd91c78..41920f51faeb006f3af5c6b5e552ceb3746c3c87 100644 (file)
@@ -1,8 +1,10 @@
 TARGETNAME     := @targetname@
 
 ifneq "$(OPENSSL_LIBS)" ""
+ifneq "$(TARGETNAME)" ""
 TARGET         := $(TARGETNAME).a
 endif
+endif
 
 SOURCES                := $(TARGETNAME).c eap_fast.c eap_fast_crypto.c