]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't build EAP-PWD if we're building without OpenSSL
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 12 Oct 2015 21:31:46 +0000 (17:31 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 13 Oct 2015 03:16:22 +0000 (23:16 -0400)
src/modules/rlm_eap/types/rlm_eap_pwd/all.mk.in

index e62d5d861d752694c46ee491704f0168efc3a20f..e04ec270eac96a802f9773ae2a9f96ee3662100c 100644 (file)
@@ -1,8 +1,10 @@
 TARGETNAME     := @targetname@
 
+ifneq "$(OPENSSL_LIBS)" ""
 ifneq "$(TARGETNAME)" ""
 TARGET         := $(TARGETNAME).a
 endif
+endif
 
 SOURCES                := $(TARGETNAME).c eap_pwd.c