9f1b5e24ad
* Enable unixODBC support in PHP. * Build MySQL with thread-safe client libraries. svn path=/nixpkgs/trunk/; revision=5045
7 lines
127 B
Bash
7 lines
127 B
Bash
source $stdenv/setup
|
|
|
|
configureFlags="$configureFlags \
|
|
--with-mysql-path=$mysql \
|
|
--with-unixODBC=$unixODBC"
|
|
|
|
genericBuild |