Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9adf2ef0ec74d3cca578bdd9d12a9f29556fe22b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9adf2ef0ec74d3cca578bdd9d12a9f29556fe22b)
  • Date: Thu, 20 Sep 2007 11:28:54 -0500

GIT changes to master grimoire by Eric Sandall <sandalle@webex-d630.(none)>:

libs/glibc/HISTORY | 6 ++++++
libs/glibc/PRE_BUILD | 1 +
libs/glibc/as-test-x.patch | 10 ++++++++++
3 files changed, 17 insertions(+)

New commits:
commit 9adf2ef0ec74d3cca578bdd9d12a9f29556fe22b
Author: Eric Sandall <sandalle@webex-d630.(none)>
Commit: Eric Sandall <sandalle@webex-d630.(none)>

glibc: Fix Bug #14004 (fails to find acceptable grep)

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 2480ef0..905b619 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,9 @@
+2007-09-20 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply as-test-x.patch: Fixes Bug #14004
+ * as-test-x.patch: Added from David Brown's devel update of glibc to
2.6.1
+ in commit 199874422bbb17772cb0257187151007ab398463
+ Fixes Bug #14004
+
2007-08-06 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: fix typo (bug #13925)

diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD
index 7528daa..6a435a2 100755
--- a/libs/glibc/PRE_BUILD
+++ b/libs/glibc/PRE_BUILD
@@ -58,6 +58,7 @@ fi &&
cd $SOURCE_DIRECTORY &&
patch -p1 < $SCRIPT_DIRECTORY/glibcshared.patch &&
patch -p0 < $SCRIPT_DIRECTORY/Makefile.patch &&
+patch -p1 < $SCRIPT_DIRECTORY/as-test-x.patch &&

# disabled libgd detection/building memusagestat for now until a better
# fix has been found, bug #8277
diff --git a/libs/glibc/as-test-x.patch b/libs/glibc/as-test-x.patch
new file mode 100644
index 0000000..b0f299c
--- /dev/null
+++ b/libs/glibc/as-test-x.patch
@@ -0,0 +1,10 @@
+--- a/sysdeps/unix/sysv/linux/configure.in 2007-09-13 17:56:51.519950207
-0700
++++ b/sysdeps/unix/sysv/linux/configure.in 2007-09-13 17:40:35.186895935
-0700
+@@ -24,6 +24,7 @@
+ CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
+ fi
+ define([libc_cv_linuxVER],
[libc_cv_linux]patsubst(LIBC_LINUX_VERSION,[\.]))dnl
++as_test_x="test -x"
+ AC_CACHE_CHECK(installed Linux kernel header files, libc_cv_linuxVER, [dnl
+ AC_EGREP_CPP([eat flaming death], [#include <linux/version.h>
+ #if !defined LINUX_VERSION_CODE || LINUX_VERSION_CODE < ]dnl



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9adf2ef0ec74d3cca578bdd9d12a9f29556fe22b), Eric Sandall, 09/20/2007

Archive powered by MHonArc 2.6.24.

Top of Page