From: Joe Orton Date: Fri, 8 Nov 2019 10:49:22 +0000 (+0000) Subject: Build APR-util 1.7.x --with-crypto otherwise the "mod_crypto" build fails, X-Git-Tag: 2.5.0-alpha2-ci-test-only~1812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57981e4905f43efb6aff1f77b91e343e853234aa;p=thirdparty%2Fapache%2Fhttpd.git Build APR-util 1.7.x --with-crypto otherwise the "mod_crypto" build fails, though this is a bug: https://travis-ci.org/apache/httpd/jobs/609166867 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869540 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index bf845a343af..5c42c5e71a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,10 +66,12 @@ matrix: - name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1 env: APR_VERSION=1.7.0 APU_VERSION=1.6.1 CONFIG="--enable-mods-shared=reallyall" + APU_CONFIG="--with-crypto" # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR 1.7.0 --enable-pool-debug, APR-util 1.6.1 env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug" APU_VERSION=1.6.1 + APU_CONFIG="--with-crypto" CONFIG="--enable-mods-shared=reallyall" # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR 1.5.1, APR-util 1.5.4