summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
Diffstat (limited to 'go')
-rwxr-xr-xgo3
1 files changed, 2 insertions, 1 deletions
diff --git a/go b/go
index efc3ad8d..e4dbb68d 100755
--- a/go
+++ b/go
@@ -31,7 +31,8 @@ cd create/schema
./gen.pl c >../../include/dbsync.h
cd -
#export CFLAGS="-Wall -pedantic"
-for db in sqlite3 pgsql mysql; do
+#for db in sqlite3 pgsql mysql; do
+for db in mysql; do
./configure --enable-agent --enable-server --with-jabber --with-ldap --with-libcurl --with-$db --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
echo Cleaning...
make clean 2>>WARNINGS >/dev/null