Skip to content

Commit

Permalink
8261281: Linking jdk.jpackage fails for linux aarch32 builds after 82…
Browse files Browse the repository at this point in the history
…54702

Reviewed-by: erikj
  • Loading branch information
Alexey Semenyuk committed Feb 8, 2021
1 parent 2fd8ed0 commit ad525bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/modules/jdk.jpackage/Lib.gmk
Expand Up @@ -74,7 +74,7 @@ $(eval $(call SetupJdkExecutable, BUILD_JPACKAGE_APPLAUNCHEREXE, \
LDFLAGS := $(LDFLAGS_JDKEXE), \ LDFLAGS := $(LDFLAGS_JDKEXE), \
LIBS_macosx := $(LIBCXX) -framework Cocoa, \ LIBS_macosx := $(LIBCXX) -framework Cocoa, \
LIBS_windows := $(LIBCXX), \ LIBS_windows := $(LIBCXX), \
LIBS_linux := -nodefaultlibs -lc -ldl, \ LIBS_linux := -ldl, \
)) ))


JPACKAGE_TARGETS += $(BUILD_JPACKAGE_APPLAUNCHEREXE) JPACKAGE_TARGETS += $(BUILD_JPACKAGE_APPLAUNCHEREXE)
Expand Down

1 comment on commit ad525bc

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.