[Lunar-commits] <moonbase> Falcon: Adjusting the BUILD and DEPENDS. For now say no to mongodb it is installed.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri May 13 18:55:07 CEST 2011
commit 769fd8e12241ddcf75342fa59ab839aefdc42a0c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri May 13 12:55:07 2011 -0400
Falcon: Adjusting the BUILD and DEPENDS. For now say no to mongodb it is installed.
---
compilers/Falcon/BUILD | 13 +++++--------
compilers/Falcon/DEPENDS | 2 +-
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/compilers/Falcon/BUILD b/compilers/Falcon/BUILD
index 95d4fec..53c420c 100644
--- a/compilers/Falcon/BUILD
+++ b/compilers/Falcon/BUILD
@@ -1,14 +1,11 @@
(
- OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+ cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS . &&
- mkdir $OOTB_DIR &&
- cd $OOTB_DIR &&
+ default_make &&
- cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE \
- $OPTS &&
-
- default_make
+ ln -sf /usr/include/falcon`lvu version Falcon | cut -c 1-5`/falcon /usr/include/falcon
) > $C_FIFO 2>&1
diff --git a/compilers/Falcon/DEPENDS b/compilers/Falcon/DEPENDS
index 93d23af..0deb54e 100644
--- a/compilers/Falcon/DEPENDS
+++ b/compilers/Falcon/DEPENDS
@@ -9,4 +9,4 @@ optional_depends postgresql "-DFALCON_DBI_BUILD_PGSQL=ON" "-DFALCON_DBI_BUILD_PG
optional_depends mysql "-DFALCON_DBI_BUILD_MYSQL=ON" "-DFALCON_DBI_BUILD_MYSQL=OFF" "for mysql support"
optional_depends mongodb "-DFALCON_BUILD_MONGODB=ON" "-DFALCON_BUILD_MONGODB=OFF" "for mongodb support"
optional_depends SDL "-DFALCON_BUILD_SDL=ON" "-DFALCON_BUILD_SDL=OFF" "for SDL support"
-
+optional_depends SDL_ttf "" "" "for SDL ttf support (say yes if SDL=yes)"
More information about the Lunar-commits
mailing list