/hg/release/icedtea6-1.7: PR icedtea/431: Create a link from cli...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Wed Jan 20 07:24:56 PST 2010
changeset 6df6b86a20bd in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=6df6b86a20bd
author: Xerxes R?nby <xerxes at zafena.se>
date: Wed Jan 20 16:28:45 2010 +0100
PR icedtea/431: Create a link from client to server after CACAO
install.
2010-01-20 Xerxes R?nby <xerxes at zafena.se>
PR icedtea/431:
* Makefile.am: Create a link from client to server after CACAO
install to make openjdk find the expected client dir on
32bit systems.
diffstat:
2 files changed, 8 insertions(+)
ChangeLog | 7 +++++++
Makefile.am | 1 +
diffs (25 lines):
diff -r 67b2774bbe54 -r 6df6b86a20bd ChangeLog
--- a/ChangeLog Mon Jan 18 20:12:25 2010 +0000
+++ b/ChangeLog Wed Jan 20 16:28:45 2010 +0100
@@ -1,3 +1,10 @@ 2010-01-18 Andrew John Hughes <ahughes@
+2010-01-20 Xerxes RÃ¥nby <xerxes at zafena.se>
+
+ PR icedtea/431:
+ * Makefile.am:
+ Create a link from client to server after CACAO install
+ to make openjdk find the expected client dir on 32bit systems.
+
2010-01-18 Andrew John Hughes <ahughes at redhat.com>
PR icedtea/416:
diff -r 67b2774bbe54 -r 6df6b86a20bd Makefile.am
--- a/Makefile.am Mon Jan 18 20:12:25 2010 +0000
+++ b/Makefile.am Wed Jan 20 16:28:45 2010 +0100
@@ -1731,6 +1731,7 @@ if !USE_SYSTEM_CACAO
--with-java-runtime-library-classes=$(abs_top_builddir)/lib/rt \
--enable-jre-layout $(CACAO_CONFIGURE_ARGS); \
$(ARCH_PREFIX) $(MAKE) install
+ ln -s server $(abs_top_builddir)/cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/client
endif
endif
mkdir -p stamps
More information about the distro-pkg-dev
mailing list