aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk8-jre
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-05-17 06:14:58 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-05-17 06:14:58 +0000
commita548434ab254ba873006a2f6a72d8d1ecf77826c (patch)
treeafe84cc267328af4010dfb281317f4a5064dbfc0 /java/openjdk8-jre
parent605464819384e960b3882539bce11e9a6cec5324 (diff)
downloadports-a548434ab254ba873006a2f6a72d8d1ecf77826c.tar.gz
ports-a548434ab254ba873006a2f6a72d8d1ecf77826c.zip
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.
Notes
Notes: svn path=/head/; revision=354285
Diffstat (limited to 'java/openjdk8-jre')
-rw-r--r--java/openjdk8-jre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk8-jre/Makefile b/java/openjdk8-jre/Makefile
index dc495a9405e6..b3a8394adf12 100644
--- a/java/openjdk8-jre/Makefile
+++ b/java/openjdk8-jre/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}