diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-10-24 08:51:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-10-24 08:51:28 +0200 |
commit | 4923b1b703b30866d5b49d987303f98af0182ec4 (patch) | |
tree | fdacfa46bf9a0b4fc37125a005840bd941e3eb43 /binary/solaris/test/cc-i686-12u2 | |
parent | bedbd132d570b1c3fd8b49e1b4b51d0465b75e1f (diff) |
Diffstat (limited to 'binary/solaris/test/cc-i686-12u2')
-rw-r--r-- | binary/solaris/test/cc-i686-12u2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binary/solaris/test/cc-i686-12u2 b/binary/solaris/test/cc-i686-12u2 index b60158a..a0e526e 100644 --- a/binary/solaris/test/cc-i686-12u2 +++ b/binary/solaris/test/cc-i686-12u2 @@ -8,13 +8,13 @@ sqlite_build_options= sqlite_use_options= mysql_build_options= -mysql_use_options="--with-mysql-host=192.168.0.5 --with-mysql-client=$MYSQL/bin/mysql" +mysql_use_options="--with-mysql-host=192.168.0.2 --with-mysql-client=$MYSQL/bin/mysql" pgsql_build_options= -pgsql_use_options="--with-pgsql-host=192.168.0.5 --with-pgsql-client=$PGSQL/bin/psql" +pgsql_use_options="--with-pgsql-host=192.168.0.2 --with-pgsql-client=$PGSQL/bin/psql" oracle_build_options="--with-oci=$ORACLE" -oracle_use_options="--with-oracle-host=192.168.0.5 --with-oracle-service=xe --with-oracle-client=$ORACLE/sqlplus" +oracle_use_options="--with-oracle-host=192.168.0.2 --with-oracle-service=xe --with-oracle-client=$ORACLE/sqlplus" with_qt=n with_boost=y |