diff mbox

[v5,1/2] ipset: install libraries

Message ID 1487147932-17148-1-git-send-email-apalos@gmail.com
State Accepted
Headers show

Commit Message

Ilias Apalodimas Feb. 15, 2017, 8:38 a.m. UTC
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(+)

Comments

Thomas Petazzoni Feb. 20, 2017, 9:32 p.m. UTC | #1
Hello,

On Wed, 15 Feb 2017 10:38:51 +0200, Ilias Apalodimas wrote:
> 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(+)

Applied to next, thanks.

Thomas
diff mbox

Patch

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))