commit:     58f3d19a35639011e67ec7131032bc0c07f3f7fe
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 15:52:18 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 15:53:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f3d19a

dev-libs/libcgroup: don't skip make install, bug #559772

Package-Manager: portage-2.2.20.1

 dev-libs/libcgroup/libcgroup-0.41-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild 
b/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild
index 439a642..ab19abc 100644
--- a/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild
+++ b/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild
@@ -58,6 +58,7 @@ src_configure() {
 
        use elibc_musl && append-ldflags "-lfts"
        econf \
+               $(use_enable static-libs static) \
                $(use_enable daemon) \
                $(use_enable pam) \
                $(use_enable tools) \
@@ -72,6 +73,7 @@ src_test() {
 }
 
 src_install() {
+       default
        prune_libtool_files --all
 
        insinto /etc/cgroup

Reply via email to