[Buildroot] [git commit branch/next] ipset: install libraries to staging

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Feb 20 21:26:40 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=0c05b2f6b731ca802f6c7a6fc5fd39693793e48d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Some packages may require libipset, for example keepalived.

Signed-off-by: Ilias Apalodimas <apalos at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.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))


More information about the buildroot mailing list