Skip to content

Commit ad525bc

Browse files
author
Alexey Semenyuk
committed
8261281: Linking jdk.jpackage fails for linux aarch32 builds after 8254702
Reviewed-by: erikj
1 parent 2fd8ed0 commit ad525bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/modules/jdk.jpackage/Lib.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $(eval $(call SetupJdkExecutable, BUILD_JPACKAGE_APPLAUNCHEREXE, \
7474
LDFLAGS := $(LDFLAGS_JDKEXE), \
7575
LIBS_macosx := $(LIBCXX) -framework Cocoa, \
7676
LIBS_windows := $(LIBCXX), \
77-
LIBS_linux := -nodefaultlibs -lc -ldl, \
77+
LIBS_linux := -ldl, \
7878
))
7979

8080
JPACKAGE_TARGETS += $(BUILD_JPACKAGE_APPLAUNCHEREXE)

0 commit comments

Comments
 (0)