nixpkgs/pkgs/development/libraries/mysql-connector-odbc/builder.sh
Eelco Dolstra 9f1b5e24ad * Added the MySQL ODBC connector.
* Enable unixODBC support in PHP.
* Build MySQL with thread-safe client libraries.

svn path=/nixpkgs/trunk/; revision=5045
2006-03-15 15:59:20 +00:00

7 lines
127 B
Bash

source $stdenv/setup
configureFlags="$configureFlags \
--with-mysql-path=$mysql \
--with-unixODBC=$unixODBC"
genericBuild