Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (998fac4d95602f9a3871e332e113e8f4605681f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (998fac4d95602f9a3871e332e113e8f4605681f3)
  • Date: Wed, 10 Jan 2007 15:57:20 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

libs/glibc/HISTORY | 3 +++
libs/glibc/PRE_BUILD | 9 +++++++--
2 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 67547448b0c29d8d8fb8f0b3feade23437b041f4
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

glibc: fix #11832 by modifying test-installation.pl for grsecurity

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index d481898..669d55f 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2007-01-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PRE_BUILD: fix #11832 by modifying test-installation.pl for
grsecurity
+
2006-12-31 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD: limit these two lib64 lines to x86_64, they trigger
an additional configure run that mysteriously fails with a grep
error
diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD
index ceac922..a406974 100755
--- a/libs/glibc/PRE_BUILD
+++ b/libs/glibc/PRE_BUILD
@@ -47,10 +47,15 @@ patch -p0 < $SCRIPT_DIRECTORY/Makefil

# disabled libgd detection/building memusagestat for now until a better
# fix has been found, bug #8277
-
sedit 's/LIBGD=yes/LIBGD=no/' $SOURCE_DIRECTORY/configure &&

#
# Create the build directory
#
-mk_source_dir $SOURCE_DIRECTORY.bld
+mk_source_dir $SOURCE_DIRECTORY.bld &&
+
+# fix #11832 - linking in /tmp doesn't work with grsecurity so do it
elsewhere
+local test_path=$SOURCE_DIRECTORY.bld/test-installation &&
+mkdir $test_path &&
+sed -i "s,/tmp,$test_path,g" scripts/test-installation.pl
+



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (998fac4d95602f9a3871e332e113e8f4605681f3), Jaka Kranjc, 01/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page