【linux openwrt】Checking 'ldconfig-stub'... failed. Build dependency: Failed to install stub Prerequisite check failed. Use FORCE=1 to override.

Checking 'ldconfig-stub'... failed.

Build dependency: Failed to install stub

Prerequisite check failed. Use FORCE=1 to override.
make: *** [/openwrt/include/toplevel.mk:159:staging_dir/host/.prereq-build] 错误 1

不想修就注释掉
build/prereq-build.mk

# Install ldconfig stub
# $(eval $(call TestHostCommand,ldconfig-stub,Failed to install stub, \
# 	touch $(STAGING_DIR_HOST)/bin/ldconfig && \
# 	chmod +x $(STAGING_DIR_HOST)/bin/ldconfig))

主要影响 feeds 的包。

posted @ 2022-07-21 12:11  Juwan  阅读(1267)  评论(0编辑  收藏  举报