diff options
Diffstat (limited to 'net-libs/nodejs/nodejs-8.16.2.ebuild')
-rw-r--r-- | net-libs/nodejs/nodejs-8.16.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-8.16.2.ebuild b/net-libs/nodejs/nodejs-8.16.2.ebuild index 8c46805762d1..621189a0947e 100644 --- a/net-libs/nodejs/nodejs-8.16.2.ebuild +++ b/net-libs/nodejs/nodejs-8.16.2.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads" -inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs +inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs xdg-utils DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine" HOMEPAGE="https://nodejs.org/" @@ -97,6 +97,8 @@ src_prepare() { } src_configure() { + xdg_environment_reset + local myconf=( --shared-cares --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) use debug && myconf+=( --debug ) use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) |