summaryrefslogtreecommitdiff
path: root/sys-cluster/ploop/ploop-1.14.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/ploop/ploop-1.14.1-r1.ebuild')
-rw-r--r--sys-cluster/ploop/ploop-1.14.1-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-cluster/ploop/ploop-1.14.1-r1.ebuild b/sys-cluster/ploop/ploop-1.14.1-r1.ebuild
index 203548448316..1dfbcff162dc 100644
--- a/sys-cluster/ploop/ploop-1.14.1-r1.ebuild
+++ b/sys-cluster/ploop/ploop-1.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,6 +24,7 @@ RDEPEND="${DEPEND}
PATCHES=(
"${FILESDIR}"/disable_create_run_dir.patch
+ "${FILESDIR}"/${PN}-1.14-musl.patch
)
DOCS=( tools/README )
@@ -54,7 +55,7 @@ src_compile() {
}
src_install() {
- default
+ emake DESTDIR="${D}" LIBDIR=/usr/$(get_libdir) install
rm "${ED}"/usr/$(get_libdir)/*.a || die
}