Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (60fd73558a1b19109ad01284e71fe0986af96319)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (60fd73558a1b19109ad01284e71fe0986af96319)
  • Date: Mon, 28 Jan 2013 04:50:30 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

archive/cpio/HISTORY | 4 ++++
archive/cpio/PRE_BUILD | 4 ++++
archive/cpio/glibc215.patch | 10 ++++++++++
3 files changed, 18 insertions(+)

New commits:
commit 60fd73558a1b19109ad01284e71fe0986af96319
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cpio: fixed build with glibc=>2.15

diff --git a/archive/cpio/HISTORY b/archive/cpio/HISTORY
index e140c1a..cff40e3 100644
--- a/archive/cpio/HISTORY
+++ b/archive/cpio/HISTORY
@@ -1,3 +1,7 @@
+2013-01-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply the patch
+ * glibc215.patch: added, to fix build with glibc=>2.15
+
2011-04-10 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added gettext optional dependency

diff --git a/archive/cpio/PRE_BUILD b/archive/cpio/PRE_BUILD
new file mode 100755
index 0000000..7b5070f
--- /dev/null
+++ b/archive/cpio/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+patch -p0 < "$SPELL_DIRECTORY/glibc215.patch"
diff --git a/archive/cpio/glibc215.patch b/archive/cpio/glibc215.patch
new file mode 100644
index 0000000..a57a0cc
--- /dev/null
+++ b/archive/cpio/glibc215.patch
@@ -0,0 +1,10 @@
+--- gnu/stdio.in.h.orig 2010-03-10 12:27:03.000000000 +0300
++++ gnu/stdio.in.h 2013-01-28 14:26:37.283960111 +0400
+@@ -139,7 +139,6 @@
+ so any use of gets warrants an unconditional warning. Assume it is
+ always declared, since it is required by C89. */
+ #undef gets
+-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+
+ #if @GNULIB_FOPEN@
+ # if @REPLACE_FOPEN@



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (60fd73558a1b19109ad01284e71fe0986af96319), Vlad Glagolev, 01/28/2013

Archive powered by MHonArc 2.6.24.

Top of Page