Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13925] New: glibc support for libidn is broken

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13925] New: glibc support for libidn is broken
  • Date: 6 Aug 2007 07:25:15 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13925

Summary: glibc support for libidn is broken
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: treeve AT scarlet.be


the spell's BUILD file overwrites ADDONS

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"
else
__________________________
ADDONS="nptl" should be the first action

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13925] New: glibc support for libidn is broken, bugzilla-daemon, 08/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page