We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1172ead commit 5fa2bcfCopy full SHA for 5fa2bcf
closed/custom/modules/java.base/Copy.gmk
@@ -238,6 +238,8 @@ ifneq ($(OPENSSL_BUNDLE_LIB_PATH), )
238
239
TARGETS += $(LIBCRYPTO_RENAMED_TARGET_LIB)
240
$(LIBCRYPTO_RENAMED_TARGET_LIB) : $(LIBCRYPTO_PATH)
241
+ @$(ECHO) Renaming OpenSSL Library Target $(LIBCRYPTO_RENAMED_TARGET_LIB)
242
+ @$(ECHO) LIBCRYPTO_PATH $(LIBCRYPTO_PATH)
243
$(call install-file)
244
ifeq (macosx,$(OPENJDK_TARGET_OS))
245
# update @rpath of the crypto library as the default is /usr/local/lib/
0 commit comments