diff options
Diffstat (limited to 'go')
-rwxr-xr-x | go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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... |