[Lunar-commits] <moonbase> glibc: add a patch to fix the compile with binutils 2.20.

Florin Braescu florin at lunar-linux.org
Sun Nov 8 10:39:14 CET 2009


commit 005c666ed3d7ae3a532d857e8f89cac31cc710a9
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Nov 8 11:39:14 2009 +0200

    glibc: add a patch to fix the compile with binutils 2.20.
---
 libs/glibc/BUILD        |    1 +
 libs/glibc/BUILD.x86_64 |    1 +
 libs/glibc/DETAILS      |    7 +++++--
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 492fff8..a16752e 100644
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -20,6 +20,7 @@
   unset LDFLAGS &&
  
   patch_it $SOURCE3 1 &&
+  patch_it $SOURCE4 1 &&
  
   INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot &&
   mkdir -p $INSTALL_ROOT &&
diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64
index 6720b9e..fcf1186 100644
--- a/libs/glibc/BUILD.x86_64
+++ b/libs/glibc/BUILD.x86_64
@@ -20,6 +20,7 @@
   unset LDFLAGS &&
  
   patch_it $SOURCE3 1 &&
+  patch_it $SOURCE4 1 &&
  
   INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot &&
   mkdir -p $INSTALL_ROOT &&
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index 40ea85e..d48d7e2 100644
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -3,16 +3,19 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=$MODULE-libidn-$VERSION.tar.bz2
          SOURCE3=$MODULE-$VERSION-no_timezones.patch
+         SOURCE4=$MODULE-$VERSION-binutils-2.20.x.patch
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-   SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc/
+   SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc
   SOURCE2_URL[0]=$GNU_URL/$MODULE
   SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-  SOURCE2_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc/
+  SOURCE2_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc
      SOURCE3_URL=$PATCH_URL
+     SOURCE4_URL=$PATCH_URL
       SOURCE_VFY=sha1:cb478cf9d6e2c905a1a4f4a2cae44a320b8dc50b
      SOURCE2_VFY=sha1:50c1ac0d9ddff6eb83f75aa1c4cb84ba6fffa0cd
      SOURCE3_VFY=sha1:9163df279f04efcc37a146115534e9fd0f9a19c5
+     SOURCE4_VFY=sha1:0de1d0fa026f22131832fb74e6fc6866401a27c3
         WEB_SITE=http://www.gnu.org/software/libc
          ENTERED=20010922
          UPDATED=20090923


More information about the Lunar-commits mailing list