2014-10-08 17:00:03 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# ipmiutil
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
IPMIUTIL_VERSION = 2.9.5
|
|
|
|
IPMIUTIL_SITE = http://sourceforge.net/projects/ipmiutil/files/
|
|
|
|
IPMIUTIL_LICENSE = BSD-3c
|
|
|
|
IPMIUTIL_LICENSE_FILES = COPYING
|
|
|
|
# We're patching configure.ac
|
|
|
|
IPMIUTIL_AUTORECONF = YES
|
2015-05-05 15:43:54 +02:00
|
|
|
# tests against distro libcrypto so it might get a false positive when
|
|
|
|
# the openssl version is old, so force it off
|
|
|
|
IPMIUTIL_CONF_OPTS = CPPFLAGS="$(TARGET_CPPFLAGS) -DSKIP_MD2"
|
2014-10-08 17:00:03 +02:00
|
|
|
IPMIUTIL_DEPENDENCIES = openssl
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|