mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/libcgroup: fix makedepends
makedepends was missing linux-headers
This commit is contained in:
parent
465a7cfb76
commit
6256fadac2
@ -2,14 +2,14 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libcgroup
|
||||
pkgver=0.38
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Library to control and monitor control groups"
|
||||
url="http://libcg.sourceforge.net/"
|
||||
arch="all"
|
||||
license="LGPLv2+"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev bison flex linux-pam-dev fts-dev"
|
||||
makedepends="$depends_dev bison flex linux-headers linux-pam-dev fts-dev"
|
||||
install=""
|
||||
options="suid"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-pam"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user