ccacb5516f
Contains a fix for issue discovered post-3.1.5. See changelog: https://libmodbus.org/2019/urgent-fix-for-last-releases/ Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
447 B
Makefile
15 lines
447 B
Makefile
################################################################################
|
|
#
|
|
# libmodbus
|
|
#
|
|
################################################################################
|
|
|
|
LIBMODBUS_VERSION = 3.1.6
|
|
LIBMODBUS_SITE = http://libmodbus.org/releases
|
|
LIBMODBUS_LICENSE = LGPL-2.1+
|
|
LIBMODBUS_LICENSE_FILES = COPYING.LESSER
|
|
LIBMODBUS_INSTALL_STAGING = YES
|
|
LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
|
|
|
|
$(eval $(autotools-package))
|