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
commit 026abf1d82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [