mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] libmodbus3: version bump 3.0.6 -> 3.1.4
@ 2016-08-19  7:50 Matthias Klein
  2016-08-25 10:47 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klein @ 2016-08-19  7:50 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Matthias Klein <matthias.klein@optimeas.de>

---
v2:
- Disable largefile support and build tests
---
 rules/libmodbus3.make | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/libmodbus3.make b/rules/libmodbus3.make
index 4e04c86..80c2b19 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,7 +33,9 @@ LIBMODBUS3_CONF_TOOL := autoconf
 LIBMODBUS3_CONF_OPT += \
 	$(CROSS_AUTOCONF_USR) \
 	--enable-silent-rules \
-	--without-documentation
+	--without-documentation \
+	--disable-largefile \
+	--disable-tests
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [PATCH v2] libmodbus3: version bump 3.0.6 -> 3.1.4
  2016-08-19  7:50 [ptxdist] [PATCH v2] libmodbus3: version bump 3.0.6 -> 3.1.4 Matthias Klein
@ 2016-08-25 10:47 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2016-08-25 10:47 UTC (permalink / raw)
  To: ptxdist

On Fri, Aug 19, 2016 at 09:50:18AM +0200, Matthias Klein wrote:
> Signed-off-by: Matthias Klein <matthias.klein@optimeas.de>
> 
> ---
> v2:
> - Disable largefile support and build tests

Don't just disable largefile support. As I said in my last mail, use
$(GLOBAL_LARGE_FILE_OPTION).

Also use the same order as in the output of './configure --help'.

Michael

> ---
>  rules/libmodbus3.make | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/libmodbus3.make b/rules/libmodbus3.make
> index 4e04c86..80c2b19 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,7 +33,9 @@ LIBMODBUS3_CONF_TOOL := autoconf
>  LIBMODBUS3_CONF_OPT += \
>  	$(CROSS_AUTOCONF_USR) \
>  	--enable-silent-rules \
> -	--without-documentation
> +	--without-documentation \
> +	--disable-largefile \
> +	--disable-tests
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-25 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19  7:50 [ptxdist] [PATCH v2] libmodbus3: version bump 3.0.6 -> 3.1.4 Matthias Klein
2016-08-25 10:47 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox