Added modbus support for RHEL like systems

This commit is contained in:
Alexey Pustovalov 2024-02-11 17:20:14 +09:00
parent 42950f1947
commit 44815a423c
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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