... and therefore can't be used to link with any solib. The fix: diff --git a/package/libb64/libb64.mk b/package/libb64/libb64.mk index ed6d3cf4b4..3c3754d6e6 100644 --- a/package/libb64/libb64.mk +++ b/package/libb64/libb64.mk @@ -18,7 +18,7 @@ define LIBB64_EXTRACT_CMDS endef define LIBB64_BUILD_CMDS - $(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CFLAGS)" -C $(@D) all_src + $(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -fPIC" -C $(@D) all_src endef define LIBB64_INSTALL_STAGING_CMDS
Thank you for your report. The issue tracker for the Buildroot project has been moved to the Gitlab.com issue tracker: https://gitlab.com/buildroot.org/buildroot/-/issues We are taking this opportunity to close old issues in this old tracker. If you believe your issue is still relevant, please open one in the new issue tracker. Thank you!