diff --git a/deps/curl.mk b/deps/curl.mk index 29745448692c6..87c8a8c154d92 100644 --- a/deps/curl.mk +++ b/deps/curl.mk @@ -1,6 +1,10 @@ ## CURL ## include $(SRCDIR)/curl.version +ifeq ($(USE_SYSTEM_OPENSSL), 0) +$(BUILDDIR)/curl-$(CURL_VER)/build-configured: | $(build_prefix)/manifest/openssl +endif + ifeq ($(USE_SYSTEM_LIBSSH2), 0) $(BUILDDIR)/curl-$(CURL_VER)/build-configured: | $(build_prefix)/manifest/libssh2 endif diff --git a/deps/openssl.mk b/deps/openssl.mk index 0ced5737a49a2..6f96717b2fb74 100644 --- a/deps/openssl.mk +++ b/deps/openssl.mk @@ -34,6 +34,8 @@ else ifeq ($(ARCH),ppc64le) OPENSSL_TARGET := linux-ppc64le else ifeq ($(ARCH),powerpc64le) OPENSSL_TARGET := linux-ppc64le +else ifeq ($(ARCH),riscv64) +OPENSSL_TARGET := linux64-riscv64 endif else OPENSSL_TARGET := unknown