Codebase list lwjgl / ded68e0
Use the arch specific version of OpenJDK 8, otherwise the build will fail on non-amd64 architectures. Markus Koschany 5 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 TAR := ../$(NAME)_$(VERSION).orig.tar.gz
66 TARDFSG := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz
77
8 export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
8 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
9 export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-$(DEB_HOST_ARCH)
910 export PATH:=$(JAVA_HOME)/bin:$(PATH)
1011
1112 # NOTE: jutils is explicitly included here (without a depends in our control