]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- compile code that adds (64bit) in dependencies
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 19 May 2007 18:56:16 +0000 (18:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-arch-x86_64.patch -> 1.2

rpm-arch-x86_64.patch

index a2da81d03716cd74d6d544efbf70aa87f1841bfa..8c86d058857a4a313114967637eb4168c7fc5238 100644 (file)
@@ -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)");
This page took 0.035547 seconds and 4 git commands to generate.