]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add maintainer-mode for the OpenSSL 3.x -Werror build so we get actual warning coverage.
authorJoe Orton <jorton@apache.org>
Wed, 15 Dec 2021 14:41:26 +0000 (14:41 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 15 Dec 2021 14:41:26 +0000 (14:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895996 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 966ac47acbecd3c33be77c735d0dce0b23401282..1f77b14bf977069acabb20f7f7d5c23244daf65f 100644 (file)
@@ -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"
     # -------------------------------------------------------------------------