diff options
author | Michael Heimpold <mhei@heimpold.de> | 2015-03-13 21:47:51 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2015-03-13 22:32:26 +0100 |
commit | 5b0b49234b9889d18ef72df5b926c784c133455c (patch) | |
tree | 567aaeb5775156c46b4926b7809a3ab371ae57c3 /libs/libmodbus | |
parent | 8c297fcc11fea7c687d2189e4c23db61535fd60c (diff) |
libmodbus: update to 3.1.2
Although this version is marked 'unstable' by upstream, it's very
robust and stable. So give it a broader audience for testing.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'libs/libmodbus')
-rw-r--r-- | libs/libmodbus/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/libmodbus/Makefile b/libs/libmodbus/Makefile index 5610a0946..65fb00e03 100644 --- a/libs/libmodbus/Makefile +++ b/libs/libmodbus/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmodbus -PKG_VERSION:=3.0.6 +PKG_VERSION:=3.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://libmodbus.org/releases -PKG_MD5SUM:=c80f88b6ca19cabc4ceffc195ca07771 +PKG_MD5SUM:=dd4262f87ed835c4d1e560f8321a222c PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> @@ -36,6 +36,7 @@ define Package/libmodbus/description A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32. endef +CONFIGURE_ARGS += --without-documentation TARGET_CFLAGS += $(FPIC) define Build/InstallDev |