libseccomp: update to 2.5.4
This commit is contained in:
parent
4f67be3c41
commit
08d5a482a9
|
@ -1,22 +1,18 @@
|
|||
# Template file for 'libseccomp'
|
||||
pkgname=libseccomp
|
||||
reverts="2.5.0_1"
|
||||
version=2.4.3
|
||||
revision=2
|
||||
version=2.5.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
hostmakedepends="automake libtool gperf"
|
||||
checkdepends="which"
|
||||
short_desc="High level interface to the Linux Kernel's seccomp filter"
|
||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/seccomp/libseccomp/"
|
||||
changelog="https://raw.githubusercontent.com/seccomp/libseccomp/main/CHANGELOG"
|
||||
distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=4d86f0bd0847795bf7f7bf6e44cb73edf4417d84f6d8848c23eda99b0c50fce6
|
||||
checksum=96bbadb4384716272a6d2be82801dc564f7aab345febfe9b698b70fc606e3f75
|
||||
|
||||
post_extract() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) sed -i '/<linux\/prctl.h>/d' src/system.h;;
|
||||
esac
|
||||
}
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue