Added modbus support for RHEL like systems

This commit is contained in:
Alexey Pustovalov 2024-02-11 17:20:14 +09:00
parent df0f6345ab
commit 4cf29b76a2
5 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ RUN set -eux && \
--enable-webservice \ --enable-webservice \
--with-ldap \ --with-ldap \
--with-libcurl \ --with-libcurl \
# --with-libmodbus \ --with-libmodbus \
--with-libpcre2 \ --with-libpcre2 \
--with-libxml2 \ --with-libxml2 \
--with-mysql \ --with-mysql \

View File

@ -51,7 +51,7 @@ RUN set -eux && \
--enable-webservice \ --enable-webservice \
--with-ldap \ --with-ldap \
--with-libcurl \ --with-libcurl \
# --with-libmodbus \ --with-libmodbus \
--with-libpcre2 \ --with-libpcre2 \
--with-libxml2 \ --with-libxml2 \
--with-net-snmp \ --with-net-snmp \

View File

@ -45,7 +45,7 @@ RUN set -eux && \
--enable-proxy \ --enable-proxy \
--with-ldap \ --with-ldap \
--with-libcurl \ --with-libcurl \
# --with-libmodbus \ --with-libmodbus \
--with-libpcre2 \ --with-libpcre2 \
--with-libxml2 \ --with-libxml2 \
--with-net-snmp \ --with-net-snmp \

View File

@ -46,7 +46,7 @@ RUN set -eux && \
--enable-proxy \ --enable-proxy \
--with-ldap \ --with-ldap \
--with-libcurl \ --with-libcurl \
# --with-libmodbus \ --with-libmodbus \
--with-libpcre2 \ --with-libpcre2 \
--with-libxml2 \ --with-libxml2 \
--with-net-snmp \ --with-net-snmp \

View File

@ -55,7 +55,7 @@ RUN set -eux && \
--enable-proxy \ --enable-proxy \
--with-ldap \ --with-ldap \
--with-libcurl \ --with-libcurl \
# --with-libmodbus \ --with-libmodbus \
--with-libpcre2 \ --with-libpcre2 \
--with-libxml2 \ --with-libxml2 \
--with-net-snmp \ --with-net-snmp \