[Lunar-commits] <moonbase-other> alure: Adjusting BUILD so it will compile with current version of gcc and switching to default_cmake_build.
Dennis Veatch
stumbles at lunar-linux.org
Thu Aug 16 12:42:00 CEST 2012
commit 49969358d3eb77e3ae34a4a9d2e2f56749e15346
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Thu, 16 Aug 2012 03:42:00 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/49969358d3eb77e3ae34a4a9d2e2f56749e15346
alure: Adjusting BUILD so it will compile with current version of gcc and switching to default_cmake_build.
---
libs/alure/BUILD +2/-5
1 files changed, 2 insertions (+), 5 deletions (-)
--- a/libs/alure/BUILD
+++ b/libs/alure/BUILD
@@ -1,10 +1,7 @@
(
- cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE \
- -DBUILD_STATIC=OFF \
- $OPTS . &&
+ sed -i "6i #include <unistd.h>" include/main.h &&
- default_make
+ default_cmake_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list