提交 23688aa0 编写于 作者: A andrew

6882745: Add DISABLE_INTREE_EC option to make new EC provider optional.

Summary: Don't build the ec subdirectory when DISABLE_INTREE_EC is defined.
Reviewed-by: vinnie
上级 482aa518
...@@ -60,8 +60,15 @@ ifeq ($(PLATFORM), windows) ...@@ -60,8 +60,15 @@ ifeq ($(PLATFORM), windows)
endif endif
endif endif
SUBDIRS = ec other action util tools jgss krb5 smartcardio $(PKCS11) \ # Build in-tree elliptic curve crypto provider only when
$(JGSS_WRAPPER) $(MSCAPI) # DISABLE_INTREE_EC is not set
INTREE_EC = ec
ifdef DISABLE_INTREE_EC
INTREE_EC =
endif
SUBDIRS = $(INTREE_EC) other action util tools jgss krb5 smartcardio \
$(PKCS11) $(JGSS_WRAPPER) $(MSCAPI)
all build clean clobber:: all build clean clobber::
$(SUBDIRS-loop) $(SUBDIRS-loop)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册