* Don't build against BDB on Cygwin, it's been broken for unknown

reasons for a while (e.g. http://hydra.nixos.org/build/79164).
This commit is contained in:
Eelco Dolstra 2009-09-23 18:52:18 +00:00
parent 676e07902e
commit 63a17d4bd5
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ let
configureFlags = ''
--disable-init-state
--with-bdb=${db45} --with-aterm=${aterm242fixes} --with-bzip2=${bzip2}
${if system == "i686-cygwin" then "--disable-old-db-compat" else "--with-bdb=${db45}"}
--with-aterm=${aterm242fixes} --with-bzip2=${bzip2}
'';
};