summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-28 14:48:24 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-28 14:48:24 +0000
commit8a08a39f58032aae2a50f3bc6183d0f7b036c970 (patch)
tree782201bfcb8b175cb541832ffe1e9e86cd6f5c73 /go
parent86b0303fd6d078f3d07528666d491a240b09d8af (diff)
downloadzabbix-8a08a39f58032aae2a50f3bc6183d0f7b036c970.tar.gz
zabbix-8a08a39f58032aae2a50f3bc6183d0f7b036c970.tar.xz
zabbix-8a08a39f58032aae2a50f3bc6183d0f7b036c970.zip
Change for PostgreSQL support.
git-svn-id: svn://svn.zabbix.com/trunk@3537 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'go')
-rwxr-xr-xgo1
1 files changed, 1 insertions, 0 deletions
diff --git a/go b/go
index 63e4794f..57c78164 100755
--- a/go
+++ b/go
@@ -29,6 +29,7 @@ echo Configuring...
export CFLAGS="-Wall"
#export CFLAGS="-Wall -pedantic"
#./configure --enable-agent --enable-server --with-sqlite3 --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+#./configure --enable-agent --enable-server --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...