Merge pull request #89879 from euank/fix-odbc-sqlite

unixODBCDrivers: fix sqlite driver to link with sqlite3
This commit is contained in:
Aaron Andersen 2020-06-09 06:35:31 -04:00 committed by GitHub
commit 6ab23a0f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@
buildInputs = [ unixODBC sqlite zlib libxml2 ];
configureFlags = [ "--with-odbc=${unixODBC}" ];
configureFlags = [ "--with-odbc=${unixODBC}" "--with-sqlite3=${sqlite.dev}" ];
installTargets = [ "install-3" ];