summaryrefslogtreecommitdiff
path: root/www-servers/varnish/varnish-7.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/varnish/varnish-7.1.0.ebuild')
-rw-r--r--www-servers/varnish/varnish-7.1.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-servers/varnish/varnish-7.1.0.ebuild b/www-servers/varnish/varnish-7.1.0.ebuild
index b8393fda8c2c..e96a88314f50 100644
--- a/www-servers/varnish/varnish-7.1.0.ebuild
+++ b/www-servers/varnish/varnish-7.1.0.ebuild
@@ -18,6 +18,7 @@ IUSE="jemalloc jit static-libs"
CDEPEND="
sys-libs/readline:0=
+ dev-libs/libedit
dev-libs/libpcre[jit?]
jemalloc? ( dev-libs/jemalloc )
sys-libs/ncurses:0="
@@ -96,4 +97,6 @@ src_install() {
fowners root:varnish /etc/varnish/
fowners varnish:varnish /var/lib/varnish/
fperms 0750 /var/lib/varnish/ /etc/varnish/
+
+ find "${ED}" -name "*.la" -delete || die
}