aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiotags <tiotags1@gmail.com>2021-12-16 21:31:45 +0200
committertiotags <tiotags1@gmail.com>2021-12-16 21:31:45 +0200
commitf8045b512875e4c2db87a90a74c6f8f12b693ca2 (patch)
tree10cfaa7b69f49bd56cd2e3a9ce3a242fb1a5286f /www-servers
parentsys-fuse/gcsfuse: sync with the usptream (diff)
downloadguru-f8045b512875e4c2db87a90a74c6f8f12b693ca2.tar.gz
guru-f8045b512875e4c2db87a90a74c6f8f12b693ca2.tar.bz2
guru-f8045b512875e4c2db87a90a74c6f8f12b693ca2.zip
www-servers/hinsightd: added ffcall iuse flag
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/hinsightd/hinsightd-9999.ebuild4
-rw-r--r--www-servers/hinsightd/metadata.xml3
2 files changed, 5 insertions, 2 deletions
diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild
index 0248c5caa3..f160cba686 100644
--- a/www-servers/hinsightd/hinsightd-9999.ebuild
+++ b/www-servers/hinsightd/hinsightd-9999.ebuild
@@ -25,7 +25,7 @@ else
KEYWORDS="~amd64"
fi
-IUSE="+openssl cgi +fcgi +rproxy"
+IUSE="+openssl cgi +fcgi +rproxy +ffcall"
REQUIRED_USE="${LUA_REQUIRED_USE}"
BDEPEND="
@@ -41,6 +41,7 @@ RDEPEND="
sys-libs/zlib
virtual/libcrypt
openssl? ( dev-libs/openssl )
+ ffcall? ( dev-libs/ffcall )
"
DEPEND="${RDEPEND}"
@@ -59,6 +60,7 @@ src_configure() {
-DUSE_CGI=$(usex cgi)
-DUSE_FCGI=$(usex fcgi)
-DUSE_RPROXY=$(usex rproxy)
+ -DUSE_FFCALL=$(usex ffcall)
)
cmake_src_configure
}
diff --git a/www-servers/hinsightd/metadata.xml b/www-servers/hinsightd/metadata.xml
index 1db7cf87d2..db9315164a 100644
--- a/www-servers/hinsightd/metadata.xml
+++ b/www-servers/hinsightd/metadata.xml
@@ -19,7 +19,8 @@
<use>
<flag name="openssl">Enable tls encryption with openssl</flag>
<flag name="cgi">Enable old/slow cgi support (legacy should not be used)</flag>
- <flag name="fcgi">Enable fast cgi support (disabling will break the default config)</flag>
+ <flag name="fcgi">Enable fast cgi support</flag>
<flag name="rproxy">Enable reverse proxying support</flag>
+ <flag name="ffcall">Use ffcall library for better logging format support</flag>
</use>
</pkgmetadata>