toolchain: Include ./include/fortify for external musl toolchain
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Sep 2022 22:31:43 +0000 (00:31 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 12 Sep 2022 21:34:10 +0000 (23:34 +0200)
commitb21ddbfa18cd1e437e31dc0fa29408721a186c2a
tree2f2e69c97bb3090041d4bb9de8aff073b3b74a93
parent9403810c020cca136149973a3929bf77a1f501aa
toolchain: Include ./include/fortify for external musl toolchain

When building with an external toolcahin with musl also include
./include/fortify by default. This is also done when we build with the
internal toolchain using musl libc.

Without this extra include the fortify source feature is not working
when using an external musl toolchain. All binaries were compiled
without fortify source when an external musl toolchain was used. All
binaries release done by the OpenWrt project use the internal toolcahin
where fortify source is working.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
toolchain/Config.in