root: disable OpenGL due to problems on Mac OS X
This commit is contained in:
+7
-2
@@ -14,9 +14,10 @@ esac
|
|||||||
|
|
||||||
function em.configure() {
|
function em.configure() {
|
||||||
"${EM_SRCDIR}"/configure \
|
"${EM_SRCDIR}"/configure \
|
||||||
--disable-python \
|
|
||||||
--disable-mysql \
|
|
||||||
--disable-ldap \
|
--disable-ldap \
|
||||||
|
--disable-mysql \
|
||||||
|
--disable-opengl \
|
||||||
|
--disable-python \
|
||||||
--enable-fftw3 \
|
--enable-fftw3 \
|
||||||
--with-cc=${CC} \
|
--with-cc=${CC} \
|
||||||
--with-cxx=${CXX} \
|
--with-cxx=${CXX} \
|
||||||
@@ -26,6 +27,10 @@ function em.configure() {
|
|||||||
|| exit 1
|
|| exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function em.build() {
|
||||||
|
make -j 4
|
||||||
|
}
|
||||||
|
|
||||||
function em.install() {
|
function em.install() {
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user