Merge pull request #237033 from lorenz/fix-liblinphone

liblinphone: disable -Werror
This commit is contained in:
Sandro
2023-06-10 15:42:16 +02:00
committed by GitHub
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DENABLE_STATIC=NO" # Do not build static libraries
"-DENABLE_UNIT_TESTS=NO" # Do not build test executables
"-DENABLE_STRICT=NO" # Do not build with -Werror
];
buildInputs = [