diff options
author | Michael Heimpold <mhei@heimpold.de> | 2022-09-28 21:23:58 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2022-09-28 21:39:07 +0200 |
commit | f27fb38c6b8bae1c56a7964abfa32a426f8ffc7b (patch) | |
tree | aa06b717a9c66fa5a5985eed933e1a39914e1100 /libs/libmodbus/Makefile | |
parent | d09844e395560a402a7b8c71ac03e0370066ec51 (diff) |
libmodbus: update to 3.1.8
- drop obsolete configure argument
- update download url
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'libs/libmodbus/Makefile')
-rw-r--r-- | libs/libmodbus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/libmodbus/Makefile b/libs/libmodbus/Makefile index 53f2b734d..9115eb230 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 <mhei@heimpold.de> @@ -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 |