diff options
author | Hugh McMaster <hugh.mcmaster@outlook.com> | 2019-06-07 19:44:22 +1000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2019-06-12 06:54:54 +0200 |
commit | bdcef51bcb367323f2eea4808f34a1b3e58bd3d8 (patch) | |
tree | 46be8de50f78e77e59efa68637726e7ed984ceeb /azure | |
parent | 9d6103665162f29b7621493b0c5c4a613731a1c9 (diff) | |
download | php-git-bdcef51bcb367323f2eea4808f34a1b3e58bd3d8.tar.gz |
ext/standard: Use PKG_CHECK_MODULES to detect the Argon2 library
Diffstat (limited to 'azure')
-rw-r--r-- | azure/apt.yml | 1 | ||||
-rw-r--r-- | azure/job.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/azure/apt.yml b/azure/apt.yml index 4ce769cea4..843ae1daf1 100644 --- a/azure/apt.yml +++ b/azure/apt.yml @@ -31,6 +31,7 @@ steps: libreadline-dev \ libldap2-dev \ libsasl2-dev \ + libargon2-0-dev \ postgresql \ postgresql-contrib \ ${{ parameters.packages }} diff --git a/azure/job.yml b/azure/job.yml index 2b6960c961..003a6d20a6 100644 --- a/azure/job.yml +++ b/azure/job.yml @@ -58,6 +58,7 @@ jobs: --enable-zend-test \ --with-ldap \ --with-ldap-sasl \ + --with-password-argon2 \ --enable-werror \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d |