From: Joe Orton Date: Wed, 15 Dec 2021 14:41:26 +0000 (+0000) Subject: Add maintainer-mode for the OpenSSL 3.x -Werror build so we get actual warning coverage. X-Git-Tag: 2.5.0-alpha2-ci-test-only~639 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3eb277904e712d4c1ef2dc8cdf401906ca2712a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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" # -------------------------------------------------------------------------