Skip to Content.
Sympa Menu

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

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 (4c772496dd435094d6c40c1dafbbacddedf944bf)
  • Date: Sun, 13 May 2007 16:07:03 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/glibc/BUILD | 14 +++++++-------
libs/glibc/HISTORY | 3 +++
2 files changed, 10 insertions(+), 7 deletions(-)

New commits:
commit 4c772496dd435094d6c40c1dafbbacddedf944bf
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

glibc: Fix building IDN to only build with NPTL (Bug #13771)

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 1b94e5f..1d3bd37 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -27,6 +27,13 @@ export CCACHE_RECACHE=true &&

local ADDONS
if [ "$GLIBC_NPTL" = "y" ]; then
+ #
+ # Enable IDN?
+ #
+ if [ "$GLIBC_USEIDN" = "y" ]; then
+ ADDONS="$ADDONS libidn"
+ fi &&
+
ADDONS="nptl"
OPTS="$OPTS --with-tls \
--enable-kernel=2.6"
@@ -36,13 +43,6 @@ else
--enable-kernel=2.4"
fi &&

-#
-# Enable IDN?
-#
-if [ "$GLIBC_USEIDN" = "y" ]; then
- ADDONS="$ADDONS libidn"
-fi &&
-
OPTS="$OPTS --enable-add-ons=${ADDONS/ /,}"

#
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index cafd1ba..dd01b21 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2007-05-13 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Only enable IDN if using a NPTL build (Bug #13771)
+
2007-05-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_BUILD: remove an useless persistent var (epilogue of #13465)




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (4c772496dd435094d6c40c1dafbbacddedf944bf), Eric Sandall, 05/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page