mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -11,8 +11,13 @@ IPMIUTIL_LICENSE_FILES = COPYING
|
||||
|
||||
IPMIUTIL_MAKE = $(MAKE1)
|
||||
|
||||
# forgets to link against libcrypto dependencies breaking static link
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL)x$(BR2_STATIC_LIBS),yx)
|
||||
# aclocal.m4 is newer than config.h.in. Touch the latter to avoid autoreconf
|
||||
define IPMIUTIL_TOUCH_CONFIG_H_IN
|
||||
touch $(@D)/config.h.in
|
||||
endef
|
||||
IPMIUTIL_PRE_CONFIGURE_HOOKS += IPMIUTIL_TOUCH_CONFIG_H_IN
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user