Add support for raphf

pull/91/head
Michele Locati 2019-12-24 10:20:45 +01:00
parent b9a1058c7d
commit e8cf38713b
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,7 @@ protobuf 5.6 7.0 7.1 7.2 7.3 7.4
pspell 5.6 7.0 7.1 7.2 7.3 7.4 pspell 5.6 7.0 7.1 7.2 7.3 7.4
pthreads 5.6 7.0 pthreads 5.6 7.0
rdkafka 5.6 7.0 7.1 7.2 7.3 7.4 rdkafka 5.6 7.0 7.1 7.2 7.3 7.4
raphf 5.6 7.0 7.1 7.2 7.3 7.4
recode 5.6 7.0 7.1 7.2 7.3 recode 5.6 7.0 7.1 7.2 7.3
redis 5.6 7.0 7.1 7.2 7.3 7.4 redis 5.6 7.0 7.1 7.2 7.3 7.4
shmop 5.6 7.0 7.1 7.2 7.3 7.4 shmop 5.6 7.0 7.1 7.2 7.3 7.4

View File

@ -1016,6 +1016,11 @@ installPECLModule() {
installPECLModule_actual="$2-2.0.10" installPECLModule_actual="$2-2.0.10"
fi fi
;; ;;
raphf)
if test $1 -lt 700; then
installPECLModule_actual="$2-1.1.2"
fi
;;
rdkafka) rdkafka)
installPECLModule_tmp= installPECLModule_tmp=
case "$(getDistro)" in case "$(getDistro)" in