diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-09-06 11:52:18 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-09-06 11:53:45 -0400 |
commit | 58f3d19a35639011e67ec7131032bc0c07f3f7fe (patch) | |
tree | bfc00185fb349ee431a70496e04943f10047c676 /dev-libs/libcgroup | |
parent | net-misc/dhcp: Removed old. (diff) | |
download | gentoo-58f3d19a35639011e67ec7131032bc0c07f3f7fe.tar.gz gentoo-58f3d19a35639011e67ec7131032bc0c07f3f7fe.tar.bz2 gentoo-58f3d19a35639011e67ec7131032bc0c07f3f7fe.zip |
dev-libs/libcgroup: don't skip make install, bug #559772
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-libs/libcgroup')
-rw-r--r-- | dev-libs/libcgroup/libcgroup-0.41-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild index 439a6429920c..ab19abc21d6f 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 |