libseccomp: update to 2.5.4
This commit is contained in:
parent
4f67be3c41
commit
08d5a482a9
1 changed files with 6 additions and 10 deletions
|
@ -1,22 +1,18 @@
|
||||||
# Template file for 'libseccomp'
|
# Template file for 'libseccomp'
|
||||||
pkgname=libseccomp
|
pkgname=libseccomp
|
||||||
reverts="2.5.0_1"
|
version=2.5.4
|
||||||
version=2.4.3
|
revision=1
|
||||||
revision=2
|
|
||||||
build_style=gnu-configure
|
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"
|
short_desc="High level interface to the Linux Kernel's seccomp filter"
|
||||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/seccomp/libseccomp/"
|
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"
|
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() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue