changeset 577:194647c5b89a

2008-01-28 Gary Benson <gbenson@redhat.com> * patches/icedtea-lib64.patch: Added other multilib systems.
author Gary Benson <gbenson@redhat.com>
date Mon, 28 Jan 2008 09:29:34 -0500
parents a35860d13c18
children 1d3c3b0865e2
files ChangeLog patches/icedtea-lib64.patch
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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-28  Gary Benson  <gbenson@redhat.com>
+
+	* patches/icedtea-lib64.patch: Added other multilib systems.
+
 2008-01-18  Lillian Angel  <langel@redhat.com>
 
 	* Makefile.am: Added new env var ICEDTEA_BOOT_DIR. 
--- 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"