[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in 4.14: LDFLAGS ignored
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: bug in 4.14: LDFLAGS ignored |
Date: |
Mon, 4 Nov 2019 16:27:47 +0100 |
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 <address@hidden> 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.)
>