Skip to content

Commit

Permalink
compile complete
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuHero committed Dec 25, 2024
1 parent 5d97c34 commit aac4ac7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cross/java-21-openjdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ BUILD_DEPENDS += cross/cups
BUILD_DEPENDS += cross/alsa-lib
BUILD_DEPENDS += cross/libX11
BUILD_DEPENDS += cross/libXrender
BUILD_DEPENDS += cross/libXrandr
BUILD_DEPENDS += cross/libXtst
BUILD_DEPENDS += cross/libXt

# Dependencies used as system dependencies:
DEPENDS = cross/alsa-lib
Expand Down Expand Up @@ -52,8 +55,6 @@ CONFIGURE_ARGS += --prefix=$(INSTALL_PREFIX)
CONFIGURE_ARGS += --with-zlib=system
CONFIGURE_ARGS += --with-libjpeg=system
CONFIGURE_ARGS += --with-giflib=system
CONFIGURE_ARGS += --with-libpng=system
CONFIGURE_ARGS += --with-lcms=system
CONFIGURE_ARGS += --with-alsa=$(INSTALL_DIR)/$(INSTALL_PREFIX)
CONFIGURE_ARGS += --with-stdc++lib=dynamic
CONFIGURE_ARGS += --disable-javac-server
Expand Down Expand Up @@ -98,6 +99,8 @@ ADDITIONAL_CFLAGS = -O2
DISABLE_PARALLEL_MAKE = 1
COMPILE_MAKE_OPTIONS += JOBS=$(NCPUS)

NM = $(TC_PATH)/$(TC_PREFIX)nm

include ../../mk/spksrc.cross-cc.mk

.PHONY: java-21-openjdk_configure
Expand Down

0 comments on commit aac4ac7

Please sign in to comment.