summaryrefslogtreecommitdiff
path: root/app-misc/hivex/hivex-1.3.18.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-misc/hivex/hivex-1.3.18.ebuild
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-misc/hivex/hivex-1.3.18.ebuild')
-rw-r--r--app-misc/hivex/hivex-1.3.18.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild
index dad58992eb7d..568b03b92bd9 100644
--- a/app-misc/hivex/hivex-1.3.18.ebuild
+++ b/app-misc/hivex/hivex-1.3.18.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://libguestfs.org/download/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="ocaml readline +perl python test static-libs ruby"
+IUSE="ocaml readline +perl python test ruby"
RDEPEND="
virtual/libiconv
@@ -82,6 +82,7 @@ src_configure() {
--disable-ruby
$(use_enable python)
--disable-rpath
+ --disable-static
)
econf ${myeconfargs[@]}
@@ -105,4 +106,6 @@ src_install() {
if use perl; then
perl_delete_localpod
fi
+
+ find "${ED}" -name '*.la' -delete || die
}