Skip to content

Commit

Permalink
don't try to build rlm_eap_fast if it can't be built
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton committed Jan 17, 2018
1 parent 16f2587 commit 58bcefa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/rlm_eap/types/rlm_eap_fast/all.mk.in
@@ -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

Expand Down

0 comments on commit 58bcefa

Please sign in to comment.