mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/libcgroup: rebuild against pam under /usr/lib
This commit is contained in:
parent
0b16a710a8
commit
1cbc64e812
@ -1,7 +1,7 @@
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=libcgroup
|
||||
pkgver=3.1.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="cgroup library"
|
||||
url="https://github.com/libcgroup/libcgroup"
|
||||
arch="all"
|
||||
@ -29,8 +29,7 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--disable-systemd \
|
||||
--enable-pam-module-dir=/lib/security
|
||||
--disable-systemd
|
||||
make
|
||||
}
|
||||
|
||||
@ -46,7 +45,7 @@ package() {
|
||||
|
||||
pam() {
|
||||
pkgdesc="$pkgdesc (pam module)"
|
||||
amove lib/security
|
||||
amove usr/lib/security
|
||||
}
|
||||
|
||||
_tools() {
|
||||
|
Loading…
Reference in New Issue
Block a user