summaryrefslogtreecommitdiffstats
path: root/cluster
diff options
context:
space:
mode:
authorPeng Chang (Charles)2011-05-13 23:32:07 +0800
committerPeng Chang (Charles)2011-05-13 23:42:42 +0800
commit09e5a9f4795468268fb72fbbe204f3959b467c6c (patch)
tree561e58543461b3719a87793f553290677e5e26a6 /cluster
parent1ff8c6f2bd71f81a8d48210f04762dd347340653 (diff)
atlas: append $OPTS to configure
Diffstat (limited to 'cluster')
-rwxr-xr-xcluster/atlas/BUILD2
-rw-r--r--cluster/atlas/HISTORY2
2 files changed, 3 insertions, 1 deletions
diff --git a/cluster/atlas/BUILD b/cluster/atlas/BUILD
index 5454aa5760..69350786b9 100755
--- a/cluster/atlas/BUILD
+++ b/cluster/atlas/BUILD
@@ -6,7 +6,7 @@ fi &&
../configure -Si cputhrchk 0 \
-Fa alg -fPIC \
-b ${SMGL_COMPAT_ARCHS[0]} \
- --prefix=$INSTALL_ROOT/usr &&
+ --prefix=$INSTALL_ROOT/usr ${OPTS} &&
sedit '/RANLIB/s/echo/ranlib/' Make.inc &&
make_single &&
diff --git a/cluster/atlas/HISTORY b/cluster/atlas/HISTORY
index 4a16aecd96..da8d688493 100644
--- a/cluster/atlas/HISTORY
+++ b/cluster/atlas/HISTORY
@@ -1,5 +1,7 @@
2011-05-13 Peng Chang (Charles) <chp@sourcemage.org>
* BUILD, CONFIGURE: clean up ineffective options
+ * BUILD: fixed a bug unnoticed for 2 years, appending ${OPTS} to the end
+ of configure
2009-05-17 Peng Chang (Charles) <chp516@gmail.com>
* BUILD: changed accordingly