Author: jim Date: 2005-11-05 01:35:27 -0700 (Sat, 05 Nov 2005) New Revision: 1243
Added: trunk/procps/procps-3.2.6-fix_mips-1.patch Modified: trunk/ Log: [EMAIL PROTECTED]: jim | 2005-11-05 00:32:08 -0800 Added: procps-3.2.6-fix_mips-1.patch Property changes on: trunk ___________________________________________________________________ Name: svk:merge - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1479 + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1480 Added: trunk/procps/procps-3.2.6-fix_mips-1.patch =================================================================== --- trunk/procps/procps-3.2.6-fix_mips-1.patch 2005-11-05 08:32:33 UTC (rev 1242) +++ trunk/procps/procps-3.2.6-fix_mips-1.patch 2005-11-05 08:35:27 UTC (rev 1243) @@ -0,0 +1,21 @@ +Submitted By: Ryan Oliver <[EMAIL PROTECTED]> +Date: 2005-02-04 +Initial Package Version: 3.2.5 +Upstream Status: +Origin: Jim Gifford, Ryan Oliver +Description: Fixes procps build for mips32 with glibc > 20041124 +(changes in sysdeps/mips/sgidefs.h). Don't only test whether _ABIN32 +is defined, also test that it matches _MIPS_SIM before setting KLONG. + +diff -uNr procps-3.2.5-orig/proc/procps.h procps-3.2.5/proc/procps.h +--- procps-3.2.5-orig/proc/procps.h 2004-08-20 15:40:13 -0700 ++++ procps-3.2.5/proc/procps.h 2005-02-02 22:46:11 -0800 +@@ -31,7 +31,7 @@ + // + // Unknown: PA-RISC and zSeries + // +-#if defined(k64test) || defined(_ABIN32) ++#if defined(k64test) || (defined(_ABIN32) && _MIPS_SIM == _ABIN32) + #define KLONG long long // not typedef; want "unsigned KLONG" to work + #define KLF "L" + #define STRTOUKL strtoull Property changes on: trunk/procps/procps-3.2.6-fix_mips-1.patch ___________________________________________________________________ Name: svn:executable + * -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
