From: Ilias Apalodimas <apalos@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] ipset: install libraries
Date: Wed, 15 Feb 2017 10:18:54 +0200 [thread overview]
Message-ID: <1487146735-12418-1-git-send-email-apalos@gmail.com> (raw)
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
next reply other threads:[~2017-02-15 8:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-15 8:18 Ilias Apalodimas [this message]
2017-02-15 8:18 ` [Buildroot] [PATCH 2/2] keepalived: new package Ilias Apalodimas
2017-02-15 8:22 ` Baruch Siach
2017-02-15 8:29 ` Ilias Apalodimas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487146735-12418-1-git-send-email-apalos@gmail.com \
--to=apalos@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.