From 34f298efc5909b38ce7014da51993935e2430b68 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 8 Jun 2009 04:17:50 +0000
Subject: [PATCH] *** empty log message ***

---
 utils/nightly/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/nightly/Makefile b/utils/nightly/Makefile
index 61439c187f..0e26c6f3d7 100644
--- a/utils/nightly/Makefile
+++ b/utils/nightly/Makefile
@@ -21,7 +21,7 @@ gmsh-update:
 	rm -rf ${GMSH}/gmsh-*cvs*
 	echo "BUILD BEGIN: `date`" > ${LOG}
 	cd ${GMSH} && export CVS_RSH=ssh && cvs update -dPA >> ${LOG} 2>&1
-	cd ${GMSH} && ./configure --enable-universal --disable-fm\
+	cd ${GMSH} && ./configure --enable-universal --disable-fm --disable-kbipack\
                                   --with-occ-prefix=/usr/local/opencascade\
                                   --with-fltk-prefix=/usr/local >> ${LOG} 2>&1
 	cd ${GMSH} && make clean >> ${LOG} 2>&1
-- 
GitLab