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.)
