diff mbox

[1/2] ipset: install libraries

Message ID 1487146735-12418-1-git-send-email-apalos@gmail.com
State Superseded
Headers show

Commit Message

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