From f27fb38c6b8bae1c56a7964abfa32a426f8ffc7b Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Wed, 28 Sep 2022 21:23:58 +0200 Subject: [PATCH] libmodbus: update to 3.1.8 - drop obsolete configure argument - update download url Signed-off-by: Michael Heimpold --- libs/libmodbus/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libmodbus/Makefile b/libs/libmodbus/Makefile index 53f2b734d0..9115eb2300 100644 --- a/libs/libmodbus/Makefile +++ b/libs/libmodbus/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmodbus -PKG_VERSION:=3.1.7 +PKG_VERSION:=3.1.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://libmodbus.org/releases -PKG_HASH:=7dfe958431d0570b271e1a5b329b76a658e89c614cf119eb5aadb725c87f8fbd +PKG_SOURCE_URL:=https://github.com/stephane/libmodbus/releases/download/v$(PKG_VERSION)/ +PKG_HASH:=b122f2bc29f749702a22c0a760a7ca2182d541f5fa26bf25e3431f907b606f3c PKG_MAINTAINER:=Michael Heimpold @@ -36,7 +36,7 @@ define Package/libmodbus/description A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32. endef -CONFIGURE_ARGS += --without-documentation --disable-tests +CONFIGURE_ARGS += --disable-tests TARGET_CFLAGS += $(FPIC) define Build/InstallDev -- 2.30.2