freetds: turn off format hardening
This commit is contained in:
@@ -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}";
|
||||||
|
|||||||
Reference in New Issue
Block a user