|
@@ -10,7 +10,9 @@ IPMIUTIL_LICENSE = BSD-3c
|
|
IPMIUTIL_LICENSE_FILES = COPYING
|
|
IPMIUTIL_LICENSE_FILES = COPYING
|
|
# We're patching configure.ac
|
|
# We're patching configure.ac
|
|
IPMIUTIL_AUTORECONF = YES
|
|
IPMIUTIL_AUTORECONF = YES
|
|
-
|
|
|
|
|
|
+# 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"
|
|
IPMIUTIL_DEPENDENCIES = openssl
|
|
IPMIUTIL_DEPENDENCIES = openssl
|
|
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|