diff options
| author | 2023-05-29 16:16:53 -0400 | |
|---|---|---|
| committer | 2023-05-29 16:16:53 -0400 | |
| commit | 2a9bac18bdecb1eb0a065bdd747a8467ca9cfcba (patch) | |
| tree | 295ca54fd92fe6e3e1796324bc581048f355a3bc | |
| parent | app-emulation/virtualbox: Stabilize 7.0.8a amd64, #907357 (diff) | |
| download | gentoo-2a9bac18bdecb1eb0a065bdd747a8467ca9cfcba.tar.gz gentoo-2a9bac18bdecb1eb0a065bdd747a8467ca9cfcba.tar.bz2 gentoo-2a9bac18bdecb1eb0a065bdd747a8467ca9cfcba.zip | |
www-servers/nginx-unit: Support building perl module
Closes: https://bugs.gentoo.org/907204
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
| -rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.30.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild index 8d3e40e6aa94..576f5179c69f 100644 --- a/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" MY_USE_PHP="php7-4 php8-0 php8-1 php8-2" -IUSE="${MY_USE} ${MY_USE_PHP} ssl" +IUSE="${MY_USE} ${MY_USE_PHP} perl ssl" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" @@ -88,6 +88,12 @@ src_configure() { src_install() { default + if use perl ; then + echo "1" + echo "D is ${D}" + emake DESTDIR="${D}/" perl-install + fi + rm -rf "${ED}"/usr/var diropts -m 0770 |
