libzmf: configure with --disable-werror, needed on i686

This commit is contained in:
Michael Raskin 2017-02-04 14:07:30 +01:00
parent 9e299acf87
commit 98eb852dee

View File

@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [boost icu libpng librevenge zlib cppunit];
nativeBuildInputs = [doxygen pkgconfig];
configureFlags = " --disable-werror ";
meta = {
inherit version;