Many minor fixes to get things building after recent compiler changes
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user