From a50ae8e4f079bc16cd3f6a14c4fbc6e0784074de Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 11 Feb 2016 15:15:39 +0100 Subject: [PATCH] Compiler/root/build: pbuild::configure(): '--disable-asimage' added --- Compiler/root/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Compiler/root/build b/Compiler/root/build index e42ab8d..7bc97fb 100755 --- a/Compiler/root/build +++ b/Compiler/root/build @@ -12,6 +12,7 @@ esac pbuild::configure() { "${MODULE_SRCDIR}"/configure \ + --disable-asimage \ --disable-ldap \ --disable-mysql \ --disable-opengl \ @@ -64,6 +65,7 @@ pbuild::install() { mv "${PREFIX}/README" "${DOCDIR}" } +module use unstable pbuild::add_to_group 'Compiler' pbuild::set_runtime_dependencies "${COMPILER}" pbuild::set_build_dependencies "${COMPILER}"