From f3eb277904e712d4c1ef2dc8cdf401906ca2712a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 15 Dec 2021 14:41:26 +0000 Subject: [PATCH] Add maintainer-mode for the OpenSSL 3.x -Werror build so we get actual warning coverage. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895996 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 966ac47acbe..1f77b14bf97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -274,7 +274,7 @@ jobs: - name: Linux Ubuntu, APR trunk, minimal module set, OpenSSL 3.x -Werror if: *condition_not_24x env: APR_VERSION=trunk APR_CONFIG="--without-pgsql --without-mysql --without-odbc --with-crypto" - CONFIG="--enable-mods-shared=ssl --with-mpm=event" + CONFIG="--enable-mods-shared=ssl --enable-maintainer-mode --with-mpm=event" TEST_OPENSSL3=3.0.1 SKIP_TESTING=1 NOTEST_CFLAGS="-Werror -Wno-deprecated-declarations" # ------------------------------------------------------------------------- -- 2.47.3