/hg/icedtea6: PR icedtea/431: Create a link from client to serve...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Wed Jan 20 07:28:22 PST 2010


changeset daf81eeba901 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=daf81eeba901
author: Xerxes R?nby <xerxes at zafena.se>
date: Wed Jan 20 16:32:31 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 98c88b32cdb4 -r daf81eeba901 ChangeLog
--- a/ChangeLog	Tue Jan 19 14:38:40 2010 -0500
+++ b/ChangeLog	Wed Jan 20 16:32:31 2010 +0100
@@ -1,3 +1,10 @@ 2010-01-19 Man Lung Wong  <mwong at redhat.
+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-19 Man Lung Wong  <mwong at redhat.com>
 
 	* rt/net/sourceforge/jnlp/JNLPFile.java
diff -r 98c88b32cdb4 -r daf81eeba901 Makefile.am
--- a/Makefile.am	Tue Jan 19 14:38:40 2010 -0500
+++ b/Makefile.am	Wed Jan 20 16:32:31 2010 +0100
@@ -1734,6 +1734,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