mssql support for php-5.4

small changes to freetds
see: http://www.php.net/manual/de/mssql.setup.php
This commit is contained in:
System administrator
2014-06-11 12:58:40 +02:00
parent 9b899d8600
commit 7b1b46b96b
2 changed files with 14 additions and 1 deletions
@@ -8,6 +8,13 @@ stdenv.mkDerivation {
sha256 = "0r946axzxs0czsmr7283w7vmk5jx3jnxxc32d2ncxsrsh2yli0ba";
};
doDist = true;
distPhase = ''
touch $out/include/tds.h
touch $out/lib/libtds.a
'';
meta = {
description =
"Libraries to natively talk to Microsoft SQL Server and Sybase databases";