[Lunar-commits] <moonbase> glibc: Added patch to fix build issue with make 3.82
Stefan Wold
ratler at lunar-linux.org
Sat Aug 21 09:46:15 CEST 2010
commit d6535ed8810c22194224cbf14cd9323b1c7f6a95
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat Aug 21 09:46:15 2010 +0200
glibc: Added patch to fix build issue with make 3.82
---
libs/glibc/BUILD | 1 +
libs/glibc/BUILD.x86_64 | 1 +
libs/glibc/DETAILS | 5 ++++-
3 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index b7d72eb..9e7f5c8 100644
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -21,6 +21,7 @@
patch_it $SOURCE2 1 &&
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 8528eac..772ba5f 100644
--- a/libs/glibc/BUILD.x86_64
+++ b/libs/glibc/BUILD.x86_64
@@ -21,6 +21,7 @@
patch_it $SOURCE2 1 &&
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 2d16159..46bec13 100644
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -3,19 +3,22 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-2.11-no_timezones.patch.bz2
SOURCE3=$MODULE-2.11.1-__i686.patch.bz2
+ SOURCE4=$MODULE-2.11.2-makefile_fix-1.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
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
+ SOURCE4_URL=$PATCH_URL
SOURCE_VFY=sha1:23b477f4816a97e007be1e98abc1ffe2af13ba9e
SOURCE2_VFY=sha1:fc5bf75815daeeef52f7558f27992e02c2cdc87d
SOURCE3_VFY=sha1:e3f36e2bb17e51e31035f2cd405d099c624d0e9e
+ SOURCE4_VFY=sha1:13c31ed2b2a24940ed181b44d8cbc6338d72316d
WEB_SITE=http://www.gnu.org/software/libc
ENTERED=20010922
UPDATED=20100520
SHORT="C library for use with GNU/Hurd and GNU/Linux"
- PSAFE=no
+PSAFE=no
cat << EOF
glibc - Library for use with GNU/Hurd and GNU/Linux.
More information about the Lunar-commits
mailing list