mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
make-binaries: Stick to Linux-PAM 1.6.1
Stick to Linux-PAM version 1.6.1 for the moment. Newer Linux-PAM versions are built using Meson instead of Autotools, so we need to add that to our toolchain before being able to update Linux-PAM.
This commit is contained in:
parent
4188c062e7
commit
d875e0280c
1 changed files with 8 additions and 4 deletions
|
@ -73,7 +73,7 @@ yaml_vsn='0.2.5'
|
|||
ssl_vsn='3.4.0'
|
||||
otp_vsn='27.2'
|
||||
elixir_vsn='1.18.1'
|
||||
pam_vsn='1.6.1'
|
||||
pam_vsn='1.6.1' # Newer Linux-PAM versions use Meson, we don't support that yet.
|
||||
png_vsn='1.6.44'
|
||||
jpeg_vsn='9f'
|
||||
webp_vsn='1.5.0'
|
||||
|
@ -199,9 +199,13 @@ check_configured_dep_vsns()
|
|||
check_vsn 'ODBC' "$odbc_vsn" \
|
||||
'http://www.unixodbc.org/download.html' \
|
||||
'unixODBC-\([1-9][0-9.]*\)\.tar\.gz'
|
||||
check_vsn 'Linux-PAM' "$pam_vsn" \
|
||||
'https://github.com/linux-pam/linux-pam/releases' \
|
||||
'[0-9]\]Linux-PAM \([1-9][0-9.]*\)'
|
||||
#
|
||||
# Linux-PAM uses Meson since version 1.7.0, we don't support that yet.
|
||||
#
|
||||
# check_vsn 'Linux-PAM' "$pam_vsn" \
|
||||
# 'https://github.com/linux-pam/linux-pam/releases' \
|
||||
# '[0-9]\]Linux-PAM \([1-9][0-9.]*\)'
|
||||
#
|
||||
check_vsn 'libpng' "$png_vsn" \
|
||||
'http://www.libpng.org/pub/png/libpng.html' \
|
||||
'libpng-\([1-9][0-9.]*\)\.tar\.gz'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue