summaryrefslogtreecommitdiff
path: root/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.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 /dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild')
-rw-r--r--dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild b/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild
index afd0991dade1..0d694ccc9dd4 100644
--- a/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild
+++ b/dev-libs/http-fetcher/http-fetcher-1.1.0-r1.ebuild
@@ -26,10 +26,13 @@ src_prepare() {
src_configure() {
econf \
--disable-strict \
+ --disable-static \
$(use_enable debug)
}
src_install() {
default
dodoc -r docs/html/*.html docs/index.html README ChangeLog CREDITS INSTALL
+
+ find "${ED}" -name '*.la' -delete || die
}