1 ################################################################################
5 ################################################################################
7 IPMIUTIL_VERSION
= 2.9.9
8 IPMIUTIL_SITE
= http
://sourceforge.net
/projects
/ipmiutil
/files
9 IPMIUTIL_LICENSE
= BSD-3c
10 IPMIUTIL_LICENSE_FILES
= COPYING
11 # We're patching configure.ac
12 IPMIUTIL_AUTORECONF
= YES
14 IPMIUTIL_MAKE
= $(MAKE1
)
16 # forgets to link against libcrypto dependencies breaking static link
17 ifeq ($(BR2_PACKAGE_OPENSSL
)x
$(BR2_STATIC_LIBS
),yx
)
18 # tests against distro libcrypto so it might get a false positive when
19 # the openssl version is old, so force it off
20 # SKIP_MD2 can be used only if ALLOW_GNU is defined.
21 IPMIUTIL_CONF_OPTS
+= CPPFLAGS
="$(TARGET_CPPFLAGS) -DALLOW_GNU -DSKIP_MD2"
22 IPMIUTIL_DEPENDENCIES
+= openssl
24 IPMIUTIL_CONF_OPTS
+= --disable-lanplus
27 $(eval
$(autotools-package
))