[sr-dev] [kamailio/kamailio] Enable CentOS 7 to build with OpenSSL 1.1.1 package from EPEL (#2779)

sergey-safarov notifications at github.com
Thu Jun 17 21:07:31 CEST 2021


Hi @space88man 
Could you also replace `%{?centos_ver}` macro to `%{?rhel}`.
*Example*
```
%if 0%{?centos_ver} == 7 && %{with openssl11}
```
To
```
%if 0%{?rhel} == 7 && %{with openssl11}
```

This will allow using the same approach for RHEL dist too.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2779#issuecomment-863494033
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210617/9d320d42/attachment.htm>


More information about the sr-dev mailing list