Merge pull request #89879 from euank/fix-odbc-sqlite
unixODBCDrivers: fix sqlite driver to link with sqlite3
This commit is contained in:
commit
6ab23a0f79
@ -108,7 +108,7 @@
|
||||
|
||||
buildInputs = [ unixODBC sqlite zlib libxml2 ];
|
||||
|
||||
configureFlags = [ "--with-odbc=${unixODBC}" ];
|
||||
configureFlags = [ "--with-odbc=${unixODBC}" "--with-sqlite3=${sqlite.dev}" ];
|
||||
|
||||
installTargets = [ "install-3" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user