mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/libseccomp: fix depends for -dev
libseccomp-dev needs linux-headers ref #8597
This commit is contained in:
parent
1b2e900498
commit
d37676f48e
@ -2,12 +2,13 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libseccomp
|
||||
pkgver=2.3.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism"
|
||||
url="https://github.com/seccomp/libseccomp"
|
||||
arch="all"
|
||||
license="LGPL-2.1"
|
||||
makedepends="linux-headers"
|
||||
depends_dev="linux-headers"
|
||||
makedepends="$depends_dev"
|
||||
checkdepends="bash"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libseccomp-$pkgver.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user