Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (b89fa0beca6ffc5b960064027fa3b1620ab8bae1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (b89fa0beca6ffc5b960064027fa3b1620ab8bae1)
  • Date: Tue, 17 Aug 2010 12:58:51 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

crypto/beecrypt/BUILD | 4 ++++
crypto/beecrypt/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit b89fa0beca6ffc5b960064027fa3b1620ab8bae1
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

beecrypt: Added fix from lunar to allow beecrypt to work
with rpm

diff --git a/crypto/beecrypt/BUILD b/crypto/beecrypt/BUILD
index 9e3ea26..093e312 100755
--- a/crypto/beecrypt/BUILD
+++ b/crypto/beecrypt/BUILD
@@ -12,4 +12,8 @@ if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]] ; then
export CFLAGS=${CFLAGS/-march=em64t/-march=i686}
fi &&

+# Fix from lunar that allows beecrypt to work with rpm
+OPTS="$OPTS --disable-openmp" &&
+
+
default_build
diff --git a/crypto/beecrypt/HISTORY b/crypto/beecrypt/HISTORY
index ed5c9cf..ff9df40 100644
--- a/crypto/beecrypt/HISTORY
+++ b/crypto/beecrypt/HISTORY
@@ -1,3 +1,6 @@
+2010-08-17 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Added fix from lunar to allow rpm to find beecrypt
+
2009-09-10 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Fix Bug #15293
Fix from
http://foo-projects.org/git/?p=lunar/moonbase.git;a=blob;f=crypto/beecrypt/BUILD



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (b89fa0beca6ffc5b960064027fa3b1620ab8bae1), George Sherwood, 08/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page