Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] irqbalance: add optional numactl dependency
@ 2018-09-23 16:32 Fabrice Fontaine
  2018-09-23 16:32 ` [Buildroot] [PATCH 2/4] irqbalance: add mandatory libglib2 dependency Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2018-09-23 16:32 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/irqbalance/irqbalance.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/irqbalance/irqbalance.mk b/package/irqbalance/irqbalance.mk
index e4e6078bf3..95230ed1f5 100644
--- a/package/irqbalance/irqbalance.mk
+++ b/package/irqbalance/irqbalance.mk
@@ -12,6 +12,13 @@ IRQBALANCE_DEPENDENCIES = host-pkgconf
 # Autoreconf needed because package is distributed without a configure script
 IRQBALANCE_AUTORECONF = YES
 
+ifeq ($(BR2_PACKAGE_NUMACTL),y)
+IRQBALANCE_DEPENDENCIES += numactl
+IRQBALANCE_CONF_OPTS += --enable-numa
+else
+IRQBALANCE_CONF_OPTS += --disable-numa
+endif
+
 # This would be done by the package's autogen.sh script
 define IRQBALANCE_PRECONFIGURE
 	mkdir -p $(@D)/m4
-- 
2.17.1

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

end of thread, other threads:[~2018-09-25 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-23 16:32 [Buildroot] [PATCH 1/4] irqbalance: add optional numactl dependency Fabrice Fontaine
2018-09-23 16:32 ` [Buildroot] [PATCH 2/4] irqbalance: add mandatory libglib2 dependency Fabrice Fontaine
2018-09-23 16:32 ` [Buildroot] [PATCH 3/4] irqbalance: add optional libcap-ng dependency Fabrice Fontaine
2018-09-23 16:32 ` [Buildroot] [PATCH 4/4] irqbalance: bump to version 1.4.0 Fabrice Fontaine
2018-09-25 20:41 ` [Buildroot] [PATCH 1/4] irqbalance: add optional numactl dependency Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox