diff --git a/scripts/root.build b/scripts/root.build index ee52096..2cd9666 100755 --- a/scripts/root.build +++ b/scripts/root.build @@ -14,9 +14,10 @@ esac function em.configure() { "${EM_SRCDIR}"/configure \ - --disable-python \ - --disable-mysql \ --disable-ldap \ + --disable-mysql \ + --disable-opengl \ + --disable-python \ --enable-fftw3 \ --with-cc=${CC} \ --with-cxx=${CXX} \ @@ -26,6 +27,10 @@ function em.configure() { || exit 1 } +function em.build() { + make -j 4 +} + function em.install() { make clean