[openjdk-8] 02/04: Replaced the --with-jdk-home option with --with-boot-jdk
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 1 00:23:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openjdk-8.
commit 5c98294b25ae652d1d9c78fcf542462134b745e8
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 1 01:44:44 2014 +0200
Replaced the --with-jdk-home option with --with-boot-jdk
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 65cfb9c..5f94d1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -412,7 +412,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386))
endif
-CONFIGURE_ARGS = --with-jdk-home=$(BOOTJDK_HOME)
+CONFIGURE_ARGS = --with-boot-jdk=$(BOOTJDK_HOME)
# GNU/kFreeBSD don't support epoll syscall so don't try to check of it.
ifneq (,$(filter $(DEB_HOST_ARCH), kfreebsd-amd64 kfreebsd-i386))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git
More information about the pkg-java-commits
mailing list