[Lunar-commits] <moonbase> virtuoso: Adding a couple of optional_depends and a adjutment to the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Nov 10 11:43:45 CET 2011
commit 4d4260824bd7bb851dc6c539aa2a579b1e3803d6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Nov 10 05:43:45 2011 -0500
virtuoso: Adding a couple of optional_depends and a adjutment to the BUILD.
---
sql/virtuoso/BUILD | 12 ++++--------
sql/virtuoso/DEPENDS | 2 ++
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/sql/virtuoso/BUILD b/sql/virtuoso/BUILD
index ac559a1..25f00fe 100644
--- a/sql/virtuoso/BUILD
+++ b/sql/virtuoso/BUILD
@@ -8,16 +8,12 @@
if [ "$VIRT_FOR_KDE" == "y" ] ; then
OPTS+=" --disable-all-vads --program-transform-name='s/isql*/vt-isql/' --with-iodbc \
- --without-debug --enable-aio --build=$BUILD --with-pthreads --disable-static"
-
- else
- OPTS+=" --without-debug --disable-tutorial-vad --disable-sparqldemo-vad --disable-demo-vad \
- --with-pthreads --enable-aio --program-transform-name='s/isql*/vt-isql/' --disable-static \
- --build=$BUILD --with-iodbc"
+ --without-debug --with-pthreads"
+ else
+ OPTS+=" --without-debug --with-pthreads --program-transform-name='s/isql*/vt-isql/' \
+ --with-iodbc"
fi &&
- ./autogen.sh &&
-
default_build
) > $C_FIFO 2>&1
diff --git a/sql/virtuoso/DEPENDS b/sql/virtuoso/DEPENDS
index 6ca05e5..82eb7fe 100644
--- a/sql/virtuoso/DEPENDS
+++ b/sql/virtuoso/DEPENDS
@@ -3,6 +3,8 @@ depends libiodbc
#Leaving perl commented out. Make failes if this is enabled.
#optional_depends perl "--enable-perl" "--disable-perl" "for perl hosting support"
+optional_depends readline " --with-readline" " --without-readline" "for readline support"
+optional_depends libedit "--with-editline" "--without-editline" "for editline support"
optional_depends Python "--enable-python" "--disable-python" "for python hosting support"
optional_depends ruby "--enable-ruby" "--disable-ruby" "for ruby hosting support"
optional_depends ImageMagick "--enable-imagemagick" "--disable-imagemagick" "for ImageMagick plugin"
More information about the Lunar-commits
mailing list