aboutsummaryrefslogtreecommitdiffstats
path: root/main/libseccomp/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-14 15:29:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-14 15:30:40 +0000
commitb7b354bab573fbc5522c483f964a5d0de8db8101 (patch)
treebcde70c18827b11ef29a9ceaca0f5cf7727ffdc7 /main/libseccomp/APKBUILD
parent5da50e031c421e03362cca15053cfd8535237380 (diff)
downloadaports-b7b354bab573fbc5522c483f964a5d0de8db8101.tar.bz2
aports-b7b354bab573fbc5522c483f964a5d0de8db8101.tar.xz
main/libseccomp: backport patch to fix aarch64 build
Diffstat (limited to 'main/libseccomp/APKBUILD')
-rw-r--r--main/libseccomp/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/libseccomp/APKBUILD b/main/libseccomp/APKBUILD
index 3f5c5db0e7..ef89eb6541 100644
--- a/main/libseccomp/APKBUILD
+++ b/main/libseccomp/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Dan Williams <dan@ma.ssive.co>
pkgname=libseccomp
pkgver=2.4.2
-pkgrel=0
+pkgrel=1
pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism"
url="https://github.com/seccomp/libseccomp"
arch="all"
@@ -13,7 +13,9 @@ makedepends="$depends_dev"
checkdepends="bash"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libseccomp-$pkgver.tar.gz
- remove-redefinition-prctl.patch"
+ remove-redefinition-prctl.patch
+ tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-syscalls.patch
+ "
# secfixes:
# 2.4.0-r0:
@@ -43,4 +45,5 @@ package() {
}
sha512sums="375a3c7c658be6a08b9bb30963e10bb49e8e066119e0be6d3d97faac3db18b8e2c6938d8b5d3874b2f5331ec8295170112fbae83b5a3b5a5bebc0d6705bdfdbb libseccomp-2.4.2.tar.gz
-f2c31dcafdc9a1ad78e32e76b75e1c1603071eaa3f979e1f2483b879a34ad07e0a4ef3642196a695415cdf81e1ed2bf325175872fb4e203ef9d0e668c287493f remove-redefinition-prctl.patch"
+f2c31dcafdc9a1ad78e32e76b75e1c1603071eaa3f979e1f2483b879a34ad07e0a4ef3642196a695415cdf81e1ed2bf325175872fb4e203ef9d0e668c287493f remove-redefinition-prctl.patch
+e9c6adbc424c310802851ec486df23aedd8121397a9742f3a5ed4754a5eee7ec1701a6f5e220bb37911b8c48626ba00d70943fad43e489d740d0295e6e9b0dff tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-syscalls.patch"