SOURCES: rpm-arch-x86_64.patch - compile code that adds (64bit) in...
arekm
arekm at pld-linux.org
Sat May 19 20:56:22 CEST 2007
Author: arekm Date: Sat May 19 18:56:22 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- compile code that adds (64bit) in dependencies
---- Files affected:
SOURCES:
rpm-arch-x86_64.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/rpm-arch-x86_64.patch
diff -u SOURCES/rpm-arch-x86_64.patch:1.1 SOURCES/rpm-arch-x86_64.patch:1.2
--- SOURCES/rpm-arch-x86_64.patch:1.1 Tue Oct 17 23:05:41 2006
+++ SOURCES/rpm-arch-x86_64.patch Sat May 19 20:56:16 2007
@@ -8,3 +8,14 @@
*) SUBSTS=y___ ;;
esac
+--- rpm/lib/rpmds.c.org 2007-05-19 20:54:35.782330814 +0200
++++ rpm/lib/rpmds.c 2007-05-19 20:55:12.519874545 +0200
+@@ -2703,7 +2703,7 @@
+ /*@modifies t @*/
+ {
+ *t = '\0';
+-#if !defined(__alpha__) && ( !defined(__sun) && !defined(__unix) )
++#if !defined(__alpha__) && !defined(__sun)
+ if (isElf64) {
+ if (s[strlen(s)-1] != ')')
+ (void) stpcpy( stpcpy(t, s), "()(64bit)");
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/rpm-arch-x86_64.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list