[Lunar-commits] <moonbase> glibc: Adding this sedit submitted by Striker via bug report 398.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Wed May 27 00:10:50 CEST 2009
commit 6742baea60a51507d2f5cab13d8489a95da9523b
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Tue May 26 18:10:50 2009 -0400
glibc: Adding this sedit submitted by Striker via bug report 398.
---
libs/glibc/BUILD | 4 ++++
libs/glibc/BUILD.x86_64 | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 74677c0..24f09d7 100644
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -1,5 +1,9 @@
(
+# This sedit takes care of Bug Report 398 submitted by Striker.
+ sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl &&
+ mkdir -p $SOURCE_DIRECTORY/tmp &&
+
# There is no other option but nptl
OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls"
diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64
index 5ae9a71..c61b76c 100644
--- a/libs/glibc/BUILD.x86_64
+++ b/libs/glibc/BUILD.x86_64
@@ -1,5 +1,8 @@
(
+# This sedit takes care of Bug Report 398 submitted by Striker.
+ sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl &&
+ mkdir -p $SOURCE_DIRECTORY/tmp &&
# There is no other option but nptl
OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls"
More information about the Lunar-commits
mailing list