Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Duskett <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] libcap-ng: Allow host compilation.
Date: Thu, 14 Jul 2016 13:47:02 -0400	[thread overview]
Message-ID: <1468518424-11785-2-git-send-email-Aduskett@gmail.com> (raw)
In-Reply-To: <1468518424-11785-1-git-send-email-Aduskett@gmail.com>

Audit may require libcap-ng as  a dependency, this allows
libcap-ng to compile as a host package.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/libcap-ng/libcap-ng.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/libcap-ng/libcap-ng.mk b/package/libcap-ng/libcap-ng.mk
index d78f5dc..543cbe6 100644
--- a/package/libcap-ng/libcap-ng.mk
+++ b/package/libcap-ng/libcap-ng.mk
@@ -13,4 +13,8 @@ LIBCAP_NG_INSTALL_STAGING = YES
 LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
 LIBCAP_NG_CONF_OPTS = --without-python
 
+HOST_LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
+HOST_LIBCAP_NG_CONF_OPTS = --without-python
+
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.7.4

  reply	other threads:[~2016-07-14 17:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-14 17:47 [Buildroot] [PATCH 1/4] package/audit: Allow Host compilation Adam Duskett
2016-07-14 17:47 ` Adam Duskett [this message]
2016-07-16 13:57   ` [Buildroot] [PATCH 2/4] libcap-ng: Allow host compilation Thomas Petazzoni
2016-07-14 17:47 ` [Buildroot] [PATCH 3/4] package/libsemanage: Add host-audit as a dependency Adam Duskett
2016-07-15  3:41   ` Baruch Siach
2016-07-15 16:45     ` Adam Duskett
2016-07-16 13:58       ` Thomas Petazzoni
2016-07-14 17:47 ` [Buildroot] [v13, 4/4] policycoreutils: new package Adam Duskett
2016-07-16 13:55 ` [Buildroot] [PATCH 1/4] package/audit: Allow Host compilation Thomas Petazzoni

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=1468518424-11785-2-git-send-email-Aduskett@gmail.com \
    --to=aduskett@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox