Re: [PATCH] tools lib symbol: Use -D_FORTIFY_SOURCE=2 for non-debug builds

From: Uwe Kleine-König
Date: Sun Apr 30 2023 - 05:11:51 EST


On 4/29/23 23:05, Ian Rogers wrote:
On Mon, Apr 24, 2023 at 3:28 AM Uwe Kleine-König <ukleinek@xxxxxxxxxx> wrote:

Commit 160be157eaba ("tool lib symbol: Add Makefile/Build") failed to
define _FORTIFY_SOURCE to 2, probabaly this was cut&pasted from other
Makefiles with the same problem.

Fixes: 160be157eaba ("tool lib symbol: Add Makefile/Build")
Signed-off-by: Uwe Kleine-König <ukleinek@xxxxxxxxxx>

Acked-by: Ian Rogers <irogers@xxxxxxxxxx>

Thanks

Same problem here I think:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/lib/api/Makefile#n42

Indeed, and similar patch here:

https://lore.kernel.org/all/20230424102049.58338-1-ukleinek@xxxxxxxxxx/

Best regards
Uwe