summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-06 14:26:40 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-06 14:26:40 +0000
commitfa076fa0fb007a382ab291a16a6645d4fb9e583c (patch)
treea5d4e8e48eada0bab9e8ca9f9d2b20e42e28a771 /go
parent29886f1d60fee7549a43cb8716a9e03e7273955a (diff)
downloadzabbix-fa076fa0fb007a382ab291a16a6645d4fb9e583c.tar.gz
zabbix-fa076fa0fb007a382ab291a16a6645d4fb9e583c.tar.xz
zabbix-fa076fa0fb007a382ab291a16a6645d4fb9e583c.zip
- removed support of action repeats (Alexei)
- fixed upgrade of rights,sysmaps,sysmaps_elements (Alexei) - fixed initial creation of user rights in data.sql (Alexei) - fixes of PostgreSQL compile (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3875 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'go')
-rwxr-xr-xgo3
1 files changed, 2 insertions, 1 deletions
diff --git a/go b/go
index 4b0f995d..ff37800f 100755
--- a/go
+++ b/go
@@ -33,7 +33,8 @@ cd -
#export CFLAGS="-Wall -pedantic"
#./configure --enable-agent --enable-server --with-libcurl --with-sqlite3 --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
#./configure --enable-agent --enable-server --with-libcurl --with-pgsql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
-./configure --enable-agent --enable-server --with-jabber --with-libcurl --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+#./configure --enable-agent --enable-server --with-jabber --with-libcurl --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+./configure --enable-agent --enable-server --with-jabber --with-libcurl --with-pgsql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
#./configure --enable-agent --enable-server --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
#./configure --enable-agent --enable-server --with-oracle=/home/zabbix/sqlora8 --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
echo Cleaning...