Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (109dc740b74d2c29187dad6006a40f1e6b6dbc01)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (109dc740b74d2c29187dad6006a40f1e6b6dbc01)
  • Date: Sat, 5 May 2012 13:11:34 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

utils/installwatch/HISTORY | 3 +++
utils/installwatch/installwatch-glibc-2.13.patch | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 109dc740b74d2c29187dad6006a40f1e6b6dbc01
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

utils/installwatch: added fix for building with glibc 2.14

diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index 3923f54..33857d2 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,6 @@
+2012-05-05 Pol Vinogradov <vin.public AT gmail.com>
+ * installwatch-glibc-2.13.patch: added glibc 2.14 case
+
2011-08-28 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS, PRE_BUILD, installwatch-relpath.patch: added patch to fix
incorrect memory handling in relative path handling.
diff --git a/utils/installwatch/installwatch-glibc-2.13.patch
b/utils/installwatch/installwatch-glibc-2.13.patch
index 266bb46..07a4844 100644
--- a/utils/installwatch/installwatch-glibc-2.13.patch
+++ b/utils/installwatch/installwatch-glibc-2.13.patch
@@ -1,13 +1,16 @@
diff -Naur installwatch.ori//create-localdecls installwatch/create-localdecls
--- installwatch.ori//create-localdecls 2011-02-05 12:46:19.000000000
+0100
+++ installwatch/create-localdecls 2011-02-05 12:50:10.000000000 +0100
-@@ -105,6 +105,9 @@
+@@ -105,6 +105,12 @@
12)
echo '#define GLIBC_MINOR 12' >> $OUTFILE
SUBVERSION='glibc-2.12' ;;
+ 13)
+ echo '#define GLIBC_MINOR 13' >> $OUTFILE
+ SUBVERSION='glibc-2.13' ;;
++ 14)
++ echo '#define GLIBC_MINOR 14' >> $OUTFILE
++ SUBVERSION='glibc-2.14' ;;
*)
echo 'Treated as glibc >= 2.1 (finger crossed)'
echo '#define GLIBC_MINOR 1' >> $OUTFILE



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (109dc740b74d2c29187dad6006a40f1e6b6dbc01), Pol Vinogradov, 05/05/2012

Archive powered by MHonArc 2.6.24.

Top of Page