Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4721404e8dcc175754fbccc77c112285beb7e4ab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4721404e8dcc175754fbccc77c112285beb7e4ab)
  • Date: Mon, 19 Oct 2009 06:49:22 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

libs/glibc/HISTORY | 3 +++
libs/glibc/PRE_BUILD | 2 ++
libs/glibc/binutils-2.20.patch | 20 ++++++++++++++++++++
3 files changed, 25 insertions(+)

New commits:
commit 4721404e8dcc175754fbccc77c112285beb7e4ab
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

glibc: needs patch due to new binutils 2.20

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 63fae7d..106670f 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2009-10-19 Ladislav Hagara <hgr AT vabo.cz>
+ * PRE_BUILD, binutils-2.20.patch: added patch due to new binutils 2.20
+
2009-09-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* BUILD: mimimise optimisations, to prevent race conditions in some
other packages
diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD
index 9b5bfe0..d8c40f2 100755
--- a/libs/glibc/PRE_BUILD
+++ b/libs/glibc/PRE_BUILD
@@ -1,5 +1,7 @@
default_pre_build &&

+patch $SOURCE_DIRECTORY/configure < $SPELL_DIRECTORY/binutils-2.20.patch &&
+
local GLIBC_LIBIDN_DIR=$SOURCE_DIRECTORY/glibc-libidn-$VERSION &&

if [ "$GLIBC_USEIDN" = "y" ] && [[ "$GLIBC_CVS" != "y" ]]; then
diff --git a/libs/glibc/binutils-2.20.patch b/libs/glibc/binutils-2.20.patch
new file mode 100644
index 0000000..a80510f
--- /dev/null
+++ b/libs/glibc/binutils-2.20.patch
@@ -0,0 +1,20 @@
+--- configure.orig 2009-10-19 12:57:29.000000000 +0200
++++ configure 2009-10-19 13:01:02.000000000 +0200
+@@ -4841,6 +4841,8 @@
+ '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+ 2.1[3-9]*)
+ ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
++ 2.2[0-9]*)
++ ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+ *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+
+ esac
+@@ -4904,6 +4906,8 @@
+ '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+ 2.1[3-9]*)
+ ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
++ 2.2[0-9]*)
++ ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+ *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+
+ esac



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4721404e8dcc175754fbccc77c112285beb7e4ab), Ladislav Hagara, 10/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page