freetds: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-07 16:22:44 +00:00
parent 89316e726c
commit 2b1f9509a1

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0r946axzxs0czsmr7283w7vmk5jx3jnxxc32d2ncxsrsh2yli0ba";
};
hardening_format = false;
buildInputs = stdenv.lib.optional odbcSupport [ unixODBC ];
configureFlags = stdenv.lib.optionalString odbcSupport "--with-odbc=${unixODBC}";