fortify-headers: fix build error when _REDIR_TIME64 is not defined
authorGeorgi Valkov <gvalkov@gmail.com>
Fri, 12 May 2023 23:22:12 +0000 (02:22 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 13 May 2023 12:09:53 +0000 (14:09 +0200)
commit9145c4fbcb655b2f56c76012da85cb203fdbc72b
tree80fce9b5bc65651cf6d6d8cfc9e074641a68c274
parent4e5aac472935ce3ba3abc9bd72b880951843092b
fortify-headers: fix build error when _REDIR_TIME64 is not defined

some targets do not define the _REDIR_TIME64 macro resulting in a
build error regression since ddfe5678a448ac8875e94f2fb4ddca67416fa14a
fix by checking if the macro is defined

[1] https://github.com/openwrt/openwrt/issues/12587

Fixes: #12587
Fixes: ddfe5678a448 ("fortify-headers: fix inconsistent time_t version of ppoll")
Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
toolchain/fortify-headers/Makefile
toolchain/fortify-headers/patches/001-__ppoll_time64.patch