package/ipmitool: fix per-package build

Fix the following per-package build failure raised since commit
82480ee22b:

configure.ac:44: error: possibly undefined macro: AC_SEARCH_LIBS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Fixes:
 - http://autobuild.buildroot.org/results/ecf72cd1ebd53f3b3b10f0a24082f9c0ab5d4d12

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2022-11-07 18:25:30 +01:00 committed by Thomas Petazzoni
parent a29e7fb676
commit 68c1434193

View File

@ -12,6 +12,7 @@ IPMITOOL_LICENSE_FILES = COPYING
IPMITOOL_CPE_ID_VENDOR = ipmitool_project IPMITOOL_CPE_ID_VENDOR = ipmitool_project
# From git # From git
IPMITOOL_AUTORECONF = YES IPMITOOL_AUTORECONF = YES
IPMITOOL_DEPENDENCIES = host-pkgconf
ifeq ($(BR2_PACKAGE_FREEIPMI),y) ifeq ($(BR2_PACKAGE_FREEIPMI),y)
IPMITOOL_DEPENDENCIES += freeipmi IPMITOOL_DEPENDENCIES += freeipmi
@ -34,7 +35,7 @@ IPMITOOL_CONF_OPTS += --disable-intf-usb
endif endif
ifeq ($(BR2_PACKAGE_IPMITOOL_IPMISHELL),y) ifeq ($(BR2_PACKAGE_IPMITOOL_IPMISHELL),y)
IPMITOOL_DEPENDENCIES += host-pkgconf readline IPMITOOL_DEPENDENCIES += readline
IPMITOOL_CONF_OPTS += --enable-ipmishell IPMITOOL_CONF_OPTS += --enable-ipmishell
else else
IPMITOOL_CONF_OPTS += --disable-ipmishell IPMITOOL_CONF_OPTS += --disable-ipmishell