Skip to content

Commit

Permalink
audit: fix compile error on some systems
Browse files Browse the repository at this point in the history
On Fedora 40, -Wimplictit-function-declaration error
is occur when compiling audit package.

Upstream fixed this problem, so backport the patch.
linux-audit/audit-userspace#371

Signed-off-by: Yanase Yuki <[email protected]>
Link: openwrt#15441
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
zpc0 authored and robimarko committed May 13, 2024
1 parent da0cd9d commit f1b4fc4
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/utils/audit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=audit-userspace
PKG_VERSION:=3.1.4
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/linux-audit/audit-userspace/archive/refs/tags/v$(PKG_VERSION).tar.gz?
PKG_HASH:=aec501760acd13ebbe00e78b9b59f795d16a430b1d673628e346cd18905c594b
Expand Down
Loading

0 comments on commit f1b4fc4

Please sign in to comment.