mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
poco: support MySQL
This commit is contained in:
parent
5786a8ec99
commit
91b092986b
@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ zlib pcre expat sqlite openssl unixODBC mysql.connector-c ];
|
||||
|
||||
MYSQL_DIR = mysql.connector-c;
|
||||
MYSQL_INCLUDE_DIR = "${MYSQL_DIR}/include/mysql";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DPOCO_UNBUNDLED=ON"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user