freetds: turn off format hardening
This commit is contained in:
parent
89316e726c
commit
2b1f9509a1
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0r946axzxs0czsmr7283w7vmk5jx3jnxxc32d2ncxsrsh2yli0ba";
|
sha256 = "0r946axzxs0czsmr7283w7vmk5jx3jnxxc32d2ncxsrsh2yli0ba";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional odbcSupport [ unixODBC ];
|
buildInputs = stdenv.lib.optional odbcSupport [ unixODBC ];
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optionalString odbcSupport "--with-odbc=${unixODBC}";
|
configureFlags = stdenv.lib.optionalString odbcSupport "--with-odbc=${unixODBC}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user