File apache2-mod_gnutls-no-error-deprecated-declarations.patch of Package apache2-mod_gnutls
Index: configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -65,5 +65,5 @@ STRICT_CFLAGS="" if test "$use_strict" != "no"; then - STRICT_CFLAGS="-Wall -Werror -Wextra" + STRICT_CFLAGS="-Wall -Werror -Wextra -Wno-error=deprecated-declarations" fi