[Lunar-commits] <moonbase> erlang: A few adjustments to BUILD and CONFIGURE.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Feb 10 09:43:18 CET 2011
commit 5a675b6cd52d65f8e5c6161773f553dfee094a5f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Feb 10 03:43:18 2011 -0500
erlang: A few adjustments to BUILD and CONFIGURE.
---
libs/erlang/BUILD | 4 +---
libs/erlang/CONFIGURE | 6 +++++-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/libs/erlang/BUILD b/libs/erlang/BUILD
index 133468d..7fd70b1 100644
--- a/libs/erlang/BUILD
+++ b/libs/erlang/BUILD
@@ -1,8 +1,6 @@
(
- ARCH=`arch` &&
-
- if [ "$ARCH" == "x86_64" ] ; then
+ if [ `arch` == "x86_64" ] ; then
OPTS="--enable-m64-build"
else
OPTS="--enable-m32-build"
diff --git a/libs/erlang/CONFIGURE b/libs/erlang/CONFIGURE
index d4e39a0..191d02e 100644
--- a/libs/erlang/CONFIGURE
+++ b/libs/erlang/CONFIGURE
@@ -1 +1,5 @@
-mquery USE_SMP "Enable SMP support?" n
+mquery ENABLE_SMP "Enable SMP support?" y
+mquery ENABLE_KER_POLL "Enable kernel poll support?" n "--enable-kernel-poll" "--disable-kernel-pol"
+mquery ENABLE_SCTP "Enable sctp support?" y "--enable-sctp" "--disable-sctp"
+mquery ENABLE_HIPE "Enable hipe support?" y "--enable-hipe" "--disable-hipe"
+
More information about the Lunar-commits
mailing list