All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v5 1/2] ipset: install libraries
@ 2017-02-15  8:38 Ilias Apalodimas
  2017-02-15  8:38 ` [Buildroot] [PATCH v5 2/2] keepalived: new package Ilias Apalodimas
  2017-02-20 21:32 ` [Buildroot] [PATCH v5 1/2] ipset: install libraries Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Ilias Apalodimas @ 2017-02-15  8:38 UTC (permalink / raw)
  To: buildroot

Some packages may require libipset(i.e keepalived introduced in this patch).

Signed-off-by: Ilias Apalodimas <apalos@gmail.com>
---
 package/ipset/ipset.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk
index db4952b..bb40fee 100644
--- a/package/ipset/ipset.mk
+++ b/package/ipset/ipset.mk
@@ -13,5 +13,6 @@ IPSET_CONF_OPTS = --with-kmod=no
 IPSET_AUTORECONF = YES
 IPSET_LICENSE = GPLv2
 IPSET_LICENSE_FILES = COPYING
+IPSET_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))
-- 
1.9.1

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

end of thread, other threads:[~2017-02-20 21:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-15  8:38 [Buildroot] [PATCH v5 1/2] ipset: install libraries Ilias Apalodimas
2017-02-15  8:38 ` [Buildroot] [PATCH v5 2/2] keepalived: new package Ilias Apalodimas
2017-02-20 21:45   ` Thomas Petazzoni
2017-02-20 21:32 ` [Buildroot] [PATCH v5 1/2] ipset: install libraries 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.