[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9d60d4806b419a5b8d4cb4b640a10b192f83541c)
Treeve Jelbert
scm at sourcemage.org
Mon Aug 6 03:50:31 EDT 2007
GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:
libs/glibc/BUILD | 4 ++--
libs/glibc/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 9d60d4806b419a5b8d4cb4b640a10b192f83541c
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>
glibc - fix typo
diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 38cfaee..7ffc310 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -26,8 +26,8 @@ export CCACHE_RECACHE=true &&
#
local ADDONS
-ADDONS="nptl" &&
if [ "$GLIBC_NPTL" = "y" ]; then
+ ADDONS="nptl" &&
#
# Enable IDN?
#
@@ -38,7 +38,7 @@ if [ "$GLIBC_NPTL" = "y" ]; then
OPTS="$OPTS --with-tls \
--enable-kernel=2.6"
else
- ADDONS="linuxthreads"
+ ADDONS="linuxthreads" &&
OPTS="$OPTS --without-__thread \
--enable-kernel=2.4"
fi &&
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index d3b1878..2480ef0 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,4 +1,7 @@
2007-08-06 Treeve Jelbert <treeve at sourcemage.org>
+ * BUILD: fix typo (bug #13925)
+
+2007-08-06 Treeve Jelbert <treeve at sourcemage.org>
* BUILD: fix broken libidn (bug #13925)
2007-05-13 Eric Sandall <sandalle at sourcemage.org>
More information about the SM-Commit
mailing list