Signed-off-by: Matthias Klein <matthias.kl...@optimeas.de>
---
v3:
- use $(GLOBAL_LARGE_FILE_OPTION)
- order the configure options in the same order as in the output of 
'./configure --help'
v2:
- Disable largefile support and build tests
---
 rules/libmodbus3.make | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rules/libmodbus3.make b/rules/libmodbus3.make
index 4e04c86..69d175d 100644
--- a/rules/libmodbus3.make
+++ b/rules/libmodbus3.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBMODBUS3) += libmodbus3
 #
 # Paths and names
 #
-LIBMODBUS3_VERSION     := 3.0.6
-LIBMODBUS3_MD5         := c80f88b6ca19cabc4ceffc195ca07771
+LIBMODBUS3_VERSION     := 3.1.4
+LIBMODBUS3_MD5         := b1a8fd3a40d2db4de51fb0cbcb201806
 LIBMODBUS3             := libmodbus-$(LIBMODBUS3_VERSION)
 LIBMODBUS3_SUFFIX      := tar.gz
 LIBMODBUS3_URL         := 
http://libmodbus.org/site_media/build/$(LIBMODBUS3).$(LIBMODBUS3_SUFFIX)
@@ -33,6 +33,8 @@ LIBMODBUS3_CONF_TOOL := autoconf
 LIBMODBUS3_CONF_OPT += \
        $(CROSS_AUTOCONF_USR) \
        --enable-silent-rules \
+       $(GLOBAL_LARGE_FILE_OPTION) \
+       --disable-tests \
        --without-documentation
 
 # ----------------------------------------------------------------------------
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to