freebsd-ports/java/openjdk8-jre/Makefile
Jung-uk Kim a548434ab2 Always link libjli statically. When launchers are symlinked, it may not be
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.
2014-05-17 06:14:58 +00:00

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"