audit: fix compile error on some systems
authorYanase Yuki <dev@zpc.st>
Fri, 10 May 2024 08:55:41 +0000 (17:55 +0900)
committerRobert Marko <robimarko@gmail.com>
Mon, 13 May 2024 08:12:06 +0000 (10:12 +0200)
commitf1b4fc4c474df66e69343e38b5d17f8fd0161496
treea8fcd49304ab367343b1f865c527c75959e9aeab
parentda0cd9d764a39ef60b1594b82721d77b241034d4
audit: fix compile error on some systems

On Fedora 40, -Wimplictit-function-declaration error
is occur when compiling audit package.

Upstream fixed this problem, so backport the patch.
https://github.com/linux-audit/audit-userspace/pull/371

Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/15441
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/utils/audit/Makefile
package/utils/audit/patches/0001-Implicit-builtin-functions.patch [new file with mode: 0644]