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