Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f47eea2e0f574cbcf9220c0d1b6e93f83954025c)
  • Date: Sat, 22 May 2010 18:03:50 -0500

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

crypto/twofish-py/HISTORY | 3 +++
crypto/twofish-py/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

twofish-py: fixed compilation on x86_64

diff --git a/crypto/twofish-py/HISTORY b/crypto/twofish-py/HISTORY
index 8d7897d..789b453 100644
--- a/crypto/twofish-py/HISTORY
+++ b/crypto/twofish-py/HISTORY
@@ -1,3 +1,6 @@
+2010-05-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: fixed compilation on x86_64
+
2008-10-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1; quoting paths
* PRE_BUILD: quoting paths
diff --git a/crypto/twofish-py/PRE_BUILD b/crypto/twofish-py/PRE_BUILD
index 64fd746..0766009 100755
--- a/crypto/twofish-py/PRE_BUILD
+++ b/crypto/twofish-py/PRE_BUILD
@@ -3,5 +3,5 @@ cd "$SOURCE_DIRECTORY" &&

autoconf &&

-sed -i "s:*.py:*.py *.pyc *.pyo:" Makefile.in &&
+sed -i "s:*.py:*.py *.pyc *.pyo:;s:-g:-g -fPIC:g" Makefile.in &&
sed -i "s:Objects\: :Objects\:\\\n\\\:" twofishmodule.c



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f47eea2e0f574cbcf9220c0d1b6e93f83954025c), Vlad Glagolev, 05/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page