Skip to Content.
Sympa Menu

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

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 (5dc7fa2f4a64c07bf535620e35adb23df72e5a69)
  • Date: Sat, 12 Feb 2011 19:40:52 -0600

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

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

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

twofish-py: use custom flags

diff --git a/crypto/twofish-py/HISTORY b/crypto/twofish-py/HISTORY
index 789b453..20f1a3b 100644
--- a/crypto/twofish-py/HISTORY
+++ b/crypto/twofish-py/HISTORY
@@ -1,3 +1,6 @@
+2011-02-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: use custom compile/link flags
+
2010-05-23 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: fixed compilation on x86_64

diff --git a/crypto/twofish-py/PRE_BUILD b/crypto/twofish-py/PRE_BUILD
index 0766009..134b636 100755
--- a/crypto/twofish-py/PRE_BUILD
+++ b/crypto/twofish-py/PRE_BUILD
@@ -3,5 +3,6 @@ cd "$SOURCE_DIRECTORY" &&

autoconf &&

-sed -i "s:*.py:*.py *.pyc *.pyo:;s:-g:-g -fPIC:g" Makefile.in &&
+sed -i "s:*.py:*.py *.pyc *.pyo:;s:-g:${CFLAGS} -fPIC:g;s:-E:-E
${LDFLAGS}:g" \
+ Makefile.in &&
sed -i "s:Objects\: :Objects\:\\\n\\\:" twofishmodule.c



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5dc7fa2f4a64c07bf535620e35adb23df72e5a69), Vlad Glagolev, 02/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page