Use pcre2 lib instead of old pcre

This commit is contained in:
Alexey Pustovalov
2022-01-22 17:44:37 +05:00
parent edd6d8fd46
commit 9b3826910e
49 changed files with 51 additions and 35 deletions

View File

@ -62,6 +62,7 @@ RUN set -eux && \
--with-ldap \
--with-libcurl \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-mysql \
--with-net-snmp \

View File

@ -56,6 +56,7 @@ RUN set -eux && \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-mysql \
--with-net-snmp \

View File

@ -44,6 +44,7 @@ RUN set -eux && \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-mysql \
--with-net-snmp \

View File

@ -66,6 +66,7 @@ RUN set -eux && \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-mysql \
--with-net-snmp \

View File

@ -62,6 +62,7 @@ RUN set -eux && \
--with-ldap \
--with-libcurl \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-mysql \
--with-net-snmp \