Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (fad1d718986c50572a121d0f30e4fd70514e1852)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (fad1d718986c50572a121d0f30e4fd70514e1852)
  • Date: Wed, 6 Feb 2008 17:55:48 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/cyrus-sasl/BUILD | 4 +++-
crypto/cyrus-sasl/HISTORY | 5 ++++-
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit fad1d718986c50572a121d0f30e4fd70514e1852
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cyrus-sasl: Fails with multiple make jobs, use make_single

diff --git a/crypto/cyrus-sasl/BUILD b/crypto/cyrus-sasl/BUILD
index 8b97448..49df187 100755
--- a/crypto/cyrus-sasl/BUILD
+++ b/crypto/cyrus-sasl/BUILD
@@ -21,10 +21,12 @@ OPTS="$OPTS \

sedit 's|extern sasl_global_callbacks_t global_callbacks;||g'
lib/saslint.h &&
sedit 's|^\(sasl_global_callbacks_t\s\+global_callbacks;\)|static \1|g'
lib/server.c &&
+make_single &&
default_build &&

if [[ "$CS_MECH" =~ 'saslauthd' ]]; then
pushd saslauthd &&
make testsaslauthd &&
popd
-fi
+fi &&
+make_normal
diff --git a/crypto/cyrus-sasl/HISTORY b/crypto/cyrus-sasl/HISTORY
index 0bab5f8..f7bba40 100644
--- a/crypto/cyrus-sasl/HISTORY
+++ b/crypto/cyrus-sasl/HISTORY
@@ -1,3 +1,6 @@
+2008-02-06 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails with multiple make jobs
+
2007-03-24 Jeremy Blosser <jblosser-smgl AT firinn.org>
* DEPENDS: Add groff, fix bug 8735.

@@ -131,6 +134,6 @@
* Added spell to close bug #614

2002-08-03 Sergey Lipnevich <sergey AT sourcemage.org>
- * Spell created. Excludes Kerberos 4 support, patches
+ * Spell created. Excludes Kerberos 4 support, patches
a strange compilation bug, links against Berkeley DB only.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (fad1d718986c50572a121d0f30e4fd70514e1852), Eric Sandall, 02/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page