CONFIG="--enable-mods-shared=reallyall"
# -------------------------------------------------------------------------
- if: branch = 2.4.x
- name: Linux Ubuntu Xenial, all-modules
+ name: Linux Ubuntu Xenial, all-modules, system APR/APR-util
os: linux
dist: xenial
env: CONFIG="--enable-mods-shared=reallyall"
# -------------------------------------------------------------------------
+ - name: Linux Ubuntu Xenial, all-modules, APR 1.7.0, APR-util 1.6.1
+ dist: xenial
+ 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, APR-util 1.6.1
env: APR_VERSION=1.7.0 APU_VERSION=1.6.1
CONFIG="--enable-mods-shared=reallyall"