a548434ab2
able to find libjli.so from RPATH because argv[0] points to the symlink. Note it seems Linux does not have the problem when /proc/self/exe exists. If it does not exist, it also fails to find libjli.so. Clean up patches while I am here.
11 lines
209 B
Makefile
11 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
|
|
|
|
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}
|
|
|
|
BUILD_JRE= yes
|
|
MASTERDIR= ${.CURDIR}/../openjdk8
|
|
|
|
.include "${MASTERDIR}/Makefile"
|