Merge pull request #49975 from catern/freetds

freetds: enable odbcSupport by default
This commit is contained in:
Silvan Mosberger
2018-11-11 02:09:37 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig
, openssl
, odbcSupport ? false, unixODBC ? null }:
, odbcSupport ? true, unixODBC ? null }:
assert odbcSupport -> unixODBC != null;