package/ipmiutil: drop dead code
ipmiutil depends on dynamic library since commit670095b473
so test on BR2_STATIC_LIBS added by commit9f31cd14d0
is not needed anymore Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
4ff6a0587f
commit
cdc2a52a0f
@ -17,8 +17,7 @@ define IPMIUTIL_TOUCH_CONFIG_H_IN
|
||||
endef
|
||||
IPMIUTIL_PRE_CONFIGURE_HOOKS += IPMIUTIL_TOUCH_CONFIG_H_IN
|
||||
|
||||
# forgets to link against libcrypto dependencies breaking static link
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL)x$(BR2_STATIC_LIBS),yx)
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
# tests against distro libcrypto so it might get a false positive when
|
||||
# the openssl version is old, so force it off
|
||||
# SKIP_MD2 can be used only if ALLOW_GNU is defined.
|
||||
|
Loading…
Reference in New Issue
Block a user