Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a679cbe6318a32b96c1f42845a7ae07e3bb72879)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a679cbe6318a32b96c1f42845a7ae07e3bb72879)
  • Date: Thu, 17 Jan 2008 12:53:06 -0800

Quoting Vlad Glagolev <scm AT sourcemage.org>:
GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/python/BUILD | 11 ++++++++---
devel/python/FINAL | 5 -----
devel/python/HISTORY | 5 +++++
devel/python/INSTALL | 11 ++---------
4 files changed, 15 insertions(+), 17 deletions(-)

New commits:
commit a679cbe6318a32b96c1f42845a7ae07e3bb72879
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python: added some additional opts (ipv6+threading), removed the dirty hacks, following OpenBSDish way since now

diff --git a/devel/python/BUILD b/devel/python/BUILD
index ae5bc15..69f6961 100755
--- a/devel/python/BUILD
+++ b/devel/python/BUILD
@@ -1,5 +1,5 @@
-export OPT="$CFLAGS"
-export OPTS="$OPTS --enable-shared --enable-unicode"
+OPT="$CFLAGS" &&
+OPTS="$OPTS --enable-shared --enable-unicode --with-threads --enable-ipv6" &&

Are threads safe to blanket enable? e.g. perl queries to enable threading (default 'n').

Always enable IPv6? Other spells I've seen this in have also had a query (e.g. gdm2 and other GNOME apps).

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285





Archive powered by MHonArc 2.6.24.

Top of Page