All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libcap-ng: add host variant
@ 2020-05-02 13:52 Romain Naour
  2020-05-02 13:52 ` [Buildroot] [PATCH 2/2] package/qemu: bump to 5.0.0 Romain Naour
  2020-05-31 21:17 ` [Buildroot] [PATCH 1/2] package/libcap-ng: add host variant Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Romain Naour @ 2020-05-02 13:52 UTC (permalink / raw)
  To: buildroot

Qemu 5.0.0 recently switched to libcap-ng [1].
Add the host variant for host-qemu package.

[1] https://git.qemu.org/?p=qemu.git;a=commit;h=7e46261368d129c5ee8be927f5bcadc7ecd800d7

Signed-off-by: Romain Naour <romain.naour@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 0f29ef0972..102b472d1a 100644
--- a/package/libcap-ng/libcap-ng.mk
+++ b/package/libcap-ng/libcap-ng.mk
@@ -15,4 +15,8 @@ LIBCAP_NG_AUTORECONF = 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.25.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-31 21:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-02 13:52 [Buildroot] [PATCH 1/2] package/libcap-ng: add host variant Romain Naour
2020-05-02 13:52 ` [Buildroot] [PATCH 2/2] package/qemu: bump to 5.0.0 Romain Naour
2020-05-02 14:10   ` Thomas Petazzoni
2020-05-02 14:11     ` Thomas Petazzoni
2020-05-31 21:17 ` [Buildroot] [PATCH 1/2] package/libcap-ng: add host variant Thomas Petazzoni

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.