[Lunar-commits] <moonbase> erlang: forgot the BUILD

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Jun 1 02:04:28 CEST 2009


commit 71ac0701753cbee43daa697db9590812c297bc12
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun May 31 20:04:28 2009 -0400

    erlang: forgot the BUILD
---
 libs/erlang/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/erlang/BUILD b/libs/erlang/BUILD
index 404c402..3c0d610 100644
--- a/libs/erlang/BUILD
+++ b/libs/erlang/BUILD
@@ -4,7 +4,7 @@
   if [ "$USE_SMP" == "n" ]; then
     OPTS="$OPTS --disable-smp-support --enable-threads"
    else
-    OPTS="$OPTS --enable-smp-support"
+    OPTS="$OPTS --enable-smp-support --enable-threads"
   fi &&
 
   ./configure   --prefix=/usr  \


More information about the Lunar-commits mailing list