* Added the MySQL ODBC connector.

* Enable unixODBC support in PHP.
* Build MySQL with thread-safe client libraries.

svn path=/nixpkgs/trunk/; revision=5045
This commit is contained in:
Eelco Dolstra
2006-03-15 15:59:20 +00:00
parent 3d24096431
commit 9f1b5e24ad
6 changed files with 43 additions and 4 deletions

View File

@@ -11,4 +11,6 @@ stdenv.mkDerivation {
};
buildInputs = [ps ncurses zlib perl];
configureFlags = "--enable-thread-safe-client";
}