Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7ee3bd3ad815da1edb1516a27f2ae9f9d5b611fd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7ee3bd3ad815da1edb1516a27f2ae9f9d5b611fd)
  • Date: Wed, 23 Aug 2017 22:31:07 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/libxslt/HISTORY | 3 +++
libs/libxslt/PRE_BUILD | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 7ee3bd3ad815da1edb1516a27f2ae9f9d5b611fd
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/libxslt: added glibc 2.26 xlocale.h fix

diff --git a/libs/libxslt/HISTORY b/libs/libxslt/HISTORY
index 8893b00..37be9c6 100644
--- a/libs/libxslt/HISTORY
+++ b/libs/libxslt/HISTORY
@@ -1,3 +1,6 @@
+2017-08-23 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: added glibc 2.26 xlocale.h fix
+
2016-11-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: SECURITY_PATCH++; do not duplicate docs
* PRE_BUILD: added, to apply patch
diff --git a/libs/libxslt/PRE_BUILD b/libs/libxslt/PRE_BUILD
index a77892e..c74e34a 100755
--- a/libs/libxslt/PRE_BUILD
+++ b/libs/libxslt/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-patch -p1 < "$SPELL_DIRECTORY/numbers.patch"
+patch -p1 < "$SPELL_DIRECTORY/numbers.patch" &&
+
+sed -i "/xlocale\.h/d" libxslt/xsltlocale.h



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7ee3bd3ad815da1edb1516a27f2ae9f9d5b611fd), Pavel Vinogradov, 08/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page