Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ipmitool: add freeipmi optional dependency
@ 2022-01-14 21:45 Fabrice Fontaine
  2022-01-15 10:19 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-14 21:45 UTC (permalink / raw)
  To: buildroot; +Cc: Floris Bos, Heiko Thiery, Fabrice Fontaine

freeipmi is an optional dependency which is enabled by default

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

diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
index facd97a0b8..801f1ea6b0 100644
--- a/package/ipmitool/ipmitool.mk
+++ b/package/ipmitool/ipmitool.mk
@@ -19,6 +19,13 @@ IPMITOOL_CPE_ID_VENDOR = ipmitool_project
 # 0013-fru-sdr-Fix-id_string-buffer-overflows.patch
 IPMITOOL_IGNORE_CVES += CVE-2020-5208
 
+ifeq ($(BR2_PACKAGE_FREEIPMI),y)
+IPMITOOL_DEPENDENCIES += freeipmi
+IPMITOOL_CONF_OPTS += --enable-intf-free
+else
+IPMITOOL_CONF_OPTS += --disable-intf-free
+endif
+
 ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y)
 IPMITOOL_DEPENDENCIES += openssl
 IPMITOOL_CONF_OPTS += --enable-intf-lanplus
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-15 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-14 21:45 [Buildroot] [PATCH 1/1] package/ipmitool: add freeipmi optional dependency Fabrice Fontaine
2022-01-15 10:19 ` Yann E. MORIN

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