mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 12:51:44 +01:00
main/libseccomp: move test dependency into checkdepends
This commit is contained in:
parent
9359719dee
commit
fae2e83aa4
@ -7,11 +7,12 @@ pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism"
|
||||
url="https://github.com/seccomp/libseccomp"
|
||||
arch="all"
|
||||
license="LGPLv2.1"
|
||||
makedepends="linux-headers bash"
|
||||
makedepends="linux-headers"
|
||||
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"
|
||||
builddir="$srcdir"/libseccomp-$pkgver
|
||||
builddir="$srcdir/libseccomp-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user