diff options
author | tiotags <tiotags1@gmail.com> | 2021-12-16 21:31:45 +0200 |
---|---|---|
committer | tiotags <tiotags1@gmail.com> | 2021-12-16 21:31:45 +0200 |
commit | f8045b512875e4c2db87a90a74c6f8f12b693ca2 (patch) | |
tree | 10cfaa7b69f49bd56cd2e3a9ce3a242fb1a5286f /www-servers | |
parent | sys-fuse/gcsfuse: sync with the usptream (diff) | |
download | guru-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.ebuild | 4 | ||||
-rw-r--r-- | www-servers/hinsightd/metadata.xml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild index 0248c5caa..f160cba68 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 1db7cf87d..db9315164 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> |