On systems where additional CFLAGS or LDFLAGS are needed, they are not passed to gcc when building gen_context.
They need to be passed from bitcoin core's build system. I am already supplying bitcoin core's configure with the LDFLAGS.
On systems where additional CFLAGS or LDFLAGS are needed, they are not passed to gcc when building gen_context.
They need to be passed from bitcoin core's build system. I am already supplying bitcoin core's configure with the LDFLAGS.
That should be fixed with a34bcaadf14442b86a5de120d4afd131f910d73d. Note that the variable is LDFLAGS_FOR_BUILD and not LDFLAGS for this specific case.