[Lunar-commits] <moonbase-other> llvm: Adjusting BUILD they are on by default. Adjusting DEPENDS to really, really

Dennis Veatch stumbles at lunar-linux.org
Fri Aug 17 18:43:57 CEST 2012


commit 326b9e009e7a5f3ca385620cd00d4899bfcd381d
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 17 Aug 2012 09:43:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/326b9e009e7a5f3ca385620cd00d4899bfcd381d

llvm: Adjusting BUILD they are on by default. Adjusting DEPENDS to really, really

turn off documents.
---
  compilers/llvm/BUILD                                         +2/-2     
  compilers/llvm/DEPENDS                                       +1/-1     
  2 files changed, 3 insertions (+), 3 deletions (-)

--- a/compilers/llvm/BUILD
+++ b/compilers/llvm/BUILD
@@ -1,8 +1,8 @@
 (
 
-  sedit 's;install-meta:: $(ObjDir)/META.llvm;install-meta:: META.llvm;' bindings/ocaml/llvm/Makefile &&
+#  sedit 's;install-meta:: $(ObjDir)/META.llvm;install-meta:: META.llvm;' bindings/ocaml/llvm/Makefile &&
 
-  OPTS+=" --enable-optimized --enable-shared --enable-pic --enable-targets=host-only" &&
+  OPTS+=" --enable-shared --enable-targets=host-only" &&
 
   default_build
 
--- a/compilers/llvm/DEPENDS
+++ b/compilers/llvm/DEPENDS
@@ -2,5 +2,5 @@ depends  udis86
 
 optional_depends tcl     ""                 ""                  "for tcl support"
 optional_depends libffi  "--enable-libffi"  "--disable-libffi"  "for high level programming support"
-optional_depends doxygen "--enable-doxygen" "--disable-doxygen" "for documentation support"
+optional_depends doxygen "--enable-doxygen" "--disable-doxygen --disable-docs" "for documentation support"
 optional_depends ocaml   "--enable-bindings"                 "--disable-bindings"                  "for ocaml bindings"




More information about the Lunar-commits mailing list