cgmanager: unbreak cross compilation.
This commit is contained in:
parent
056c715d80
commit
9ae719c788
|
@ -5,7 +5,7 @@ revision=1
|
|||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --with-distro=void --with-pamdir=/usr/lib/security"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="pam-devel dbus-devel libnih-devel"
|
||||
short_desc="A daemon for managing Linux control groups"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -14,6 +14,9 @@ homepage="https://linuxcontainers.org/cgmanager/introduction/"
|
|||
distfiles="https://linuxcontainers.org/downloads/cgmanager/cgmanager-${version}.tar.gz"
|
||||
checksum=9e65487fb4e4aa0a6acd87ba7f8f00b8007d8c52608aa6d411e72e6fe9445b7b
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
vsv $pkgname
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user