Many minor fixes to get things building after recent compiler changes

This commit is contained in:
John Wiegley
2014-08-10 23:18:57 -05:00
parent b9bd655b16
commit 326ca0f690
10 changed files with 43 additions and 25 deletions
@@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
buildInputs = [ autoconf automake pcre ];
configureFlags = [
"--enable-lenient"
"--enable-conffile=${if confFile == null then "no" else confFile}"
"--with-pcre=yes"
];