* Contrary to what configure --help' says,
--enable-threadsafe' is
not the default. So turn it on. svn path=/nixpkgs/trunk/; revision=19772
This commit is contained in:
parent
4033c4aa31
commit
096cd4d17d
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1k5qyl0v2y4fpkh7vvxvb0irpnl71g0ffhfc3ksm40mrhcdq9qk8";
|
||||
};
|
||||
|
||||
configureFlags = "--enable-threadsafe";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-DSQLITE_ENABLE_COLUMN_METADATA=1";
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user