All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] keepalived: fix build with musl
@ 2017-03-14 19:33 Baruch Siach
  2017-03-14 20:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2017-03-14 19:33 UTC (permalink / raw)
  To: buildroot

Apply upstream patch ("keepalived/ip_vs: fix integer types") removing non
standard integer types that musl does not provide.

Fixes:
http://autobuild.buildroot.net/results/503/5038874be985ad2b6588150071ced0d6589af601/
http://autobuild.buildroot.net/results/6e9/6e9f5885de99847a24cc1c3a17adf0cd1606b316/
http://autobuild.buildroot.net/results/b61/b61c2cfa949c2a20f0702522857d78651207e6d2/

Cc: Ilias Apalodimas <apalos@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/keepalived/keepalived.hash | 2 ++
 package/keepalived/keepalived.mk   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/package/keepalived/keepalived.hash b/package/keepalived/keepalived.hash
index e86858707b0a..543e60ad5616 100644
--- a/package/keepalived/keepalived.hash
+++ b/package/keepalived/keepalived.hash
@@ -1,3 +1,5 @@
 # From http://www.keepalived.org/download.html
 md5 744025d57c7f065c42fe925b0283897e	keepalived-1.3.2.tar.gz
 sha1	449f06dfce07e05c1ebd516d0545182e1416f264  keepalived-1.3.2.tar.gz
+# Locally calculated
+sha256	0f261e6810b3eced68dc9858a1f28694e4a91116035fe76c4400ec4ac208feda	5d98b7b69fcbba84fa69e5b5e9a019bfbcb76e8b.patch
diff --git a/package/keepalived/keepalived.mk b/package/keepalived/keepalived.mk
index da5b5d81dd8f..97a4daa8b670 100644
--- a/package/keepalived/keepalived.mk
+++ b/package/keepalived/keepalived.mk
@@ -11,6 +11,8 @@ KEEPALIVED_LICENSE = GPLv2+
 KEEPALIVED_LICENSE_FILES = COPYING
 KEEPALIVED_CONF_OPTS += --disable-dbus
 
+KEEPALIVED_PATCH = https://github.com/acassen/keepalived/commit/5d98b7b69fcbba84fa69e5b5e9a019bfbcb76e8b.patch
+
 ifeq ($(BR2_PACKAGE_LIBNL),y)
 KEEPALIVED_DEPENDENCIES += libnfnetlink
 endif
-- 
2.11.0

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

* [Buildroot] [PATCH] keepalived: fix build with musl
  2017-03-14 19:33 [Buildroot] [PATCH] keepalived: fix build with musl Baruch Siach
@ 2017-03-14 20:54 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-03-14 20:54 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 14 Mar 2017 21:33:01 +0200, Baruch Siach wrote:
> Apply upstream patch ("keepalived/ip_vs: fix integer types") removing non
> standard integer types that musl does not provide.
> 
> Fixes:
> http://autobuild.buildroot.net/results/503/5038874be985ad2b6588150071ced0d6589af601/
> http://autobuild.buildroot.net/results/6e9/6e9f5885de99847a24cc1c3a17adf0cd1606b316/
> http://autobuild.buildroot.net/results/b61/b61c2cfa949c2a20f0702522857d78651207e6d2/
> 
> Cc: Ilias Apalodimas <apalos@gmail.com>
> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/keepalived/keepalived.hash | 2 ++
>  package/keepalived/keepalived.mk   | 2 ++
>  2 files changed, 4 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-03-14 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-14 19:33 [Buildroot] [PATCH] keepalived: fix build with musl Baruch Siach
2017-03-14 20:54 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.