Hi Thomas, What you are suggesting does not look like a valid .am file. Checking the generated Makefile both AM_LDFLAGS and LDFLAGS are being passed to linker. Could it be that your issue is something unrelated?
regards, Nikos On Mon, Nov 4, 2019 at 2:47 PM Thomas Klausner <[email protected]> wrote: > > Hi! > > New in 4.14, the LDFLAGS that are passed via the environment are > ignored. > > Please apply the following change to src/Makefile.am. > > -LDFLAGS = $(CODE_COVERAGE_LDFLAGS) > +LDFLAGS = $(CODE_COVERAGE_LDFLAGS) @LDFLAGS@ > > Thanks, > Thomas > > (I'm not subscribed.) >
