changeset in /hg/icedtea: 2008-01-28 Gary Benson <gbenson at redh...

Gary Benson gbenson at redhat.com
Mon Jan 28 06:29:44 PST 2008


changeset 194647c5b89a in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=194647c5b89a
description:
	2008-01-28  Gary Benson  <gbenson at redhat.com>

	        * patches/icedtea-lib64.patch: Added other multilib systems.

diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog                   |    4 ++++
patches/icedtea-lib64.patch |    2 +-

diffs (23 lines):

diff -r a35860d13c18 -r 194647c5b89a ChangeLog
--- a/ChangeLog	Wed Jan 23 14:53:36 2008 +0100
+++ b/ChangeLog	Mon Jan 28 09:29:34 2008 -0500
@@ -1,3 +1,7 @@ 2008-01-18  Lillian Angel  <langel at redha
+2008-01-28  Gary Benson  <gbenson at redhat.com>
+
+	* patches/icedtea-lib64.patch: Added other multilib systems.
+
 2008-01-18  Lillian Angel  <langel at redhat.com>
 
 	* Makefile.am: Added new env var ICEDTEA_BOOT_DIR. 
diff -r a35860d13c18 -r 194647c5b89a patches/icedtea-lib64.patch
--- a/patches/icedtea-lib64.patch	Wed Jan 23 14:53:36 2008 +0100
+++ b/patches/icedtea-lib64.patch	Mon Jan 28 09:29:34 2008 -0500
@@ -5,7 +5,7 @@
   *        7: The default directories, normally /lib and /usr/lib.
   */
 +
-+#ifdef __amd64__
++#if defined(AMD64) || defined(_LP64) && (defined(PPC) || defined(S390))
 +#define DEFAULT_LIBPATH "/lib:/usr/lib:/usr/lib64:/lib64"
 +#else
  #define DEFAULT_LIBPATH "/lib:/usr/lib"



More information about the distro-pkg-dev mailing list