答:往libubox的Makefile中加入+librt即可解决依赖关系
示例如下:

$ cat <openwrt source code>/package/libs/libubox/Makefile
...
define Package/libubox
...
DEPENDS:=+librt
endef
...

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
猜你喜欢
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案