Skip to Content.
Sympa Menu

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

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 (52145af8556929fc6b87e5f98b150707245269b0)
  • Date: Sat, 5 Feb 2011 06:03:18 -0600

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

utils/installwatch/HISTORY | 3 +++
utils/installwatch/PRE_BUILD | 1 +
utils/installwatch/installwatch-glibc-2.13.patch | 13 +++++++++++++
3 files changed, 17 insertions(+)

New commits:
commit 52145af8556929fc6b87e5f98b150707245269b0
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

installwatch: added glibc 2.13 compatibility patch

diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index 3eab385..31aa875 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,6 @@
+2011-02-05 Ladislav Hagara <hgr AT vabo.cz>
+ * PRE_BUILD, installwatch-glibc-2.13.patch: added patch
+
2011-01-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: PATCHLEVEL=1, #13873
* PRE_BUILD: added seds due to the compatibility with stable sorcery
diff --git a/utils/installwatch/PRE_BUILD b/utils/installwatch/PRE_BUILD
index 5b671f9..c6a146c 100755
--- a/utils/installwatch/PRE_BUILD
+++ b/utils/installwatch/PRE_BUILD
@@ -2,6 +2,7 @@ default_pre_build &&
cd $SOURCE_DIRECTORY &&

patch Makefile < $SPELL_DIRECTORY/ld_preload.patch &&
+patch -p 1 < $SPELL_DIRECTORY/installwatch-glibc-2.13.patch &&
sed -i "s:PREFIX=/usr/local:PREFIX=/usr:" Makefile &&

# due to the compatibility with stable sorcery
diff --git a/utils/installwatch/installwatch-glibc-2.13.patch
b/utils/installwatch/installwatch-glibc-2.13.patch
new file mode 100644
index 0000000..266bb46
--- /dev/null
+++ b/utils/installwatch/installwatch-glibc-2.13.patch
@@ -0,0 +1,13 @@
+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 @@
+ 12)
+ echo '#define GLIBC_MINOR 12' >> $OUTFILE
+ SUBVERSION='glibc-2.12' ;;
++ 13)
++ echo '#define GLIBC_MINOR 13' >> $OUTFILE
++ SUBVERSION='glibc-2.13' ;;
+ *)
+ echo 'Treated as glibc >= 2.1 (finger crossed)'
+ echo '#define GLIBC_MINOR 1' >> $OUTFILE



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (52145af8556929fc6b87e5f98b150707245269b0), Ladislav Hagara, 02/05/2011

Archive powered by MHonArc 2.6.24.

Top of Page