summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-10-17 21:55:32 +0200
committerMichał Górny <mgorny@gentoo.org>2015-10-17 21:55:32 +0200
commitdae112ec0ca5831ee689ff87d7751482f946b538 (patch)
treebab138a1aebc8f2530c7c1b9b1e7a347d8850750
parent5c8265b84778eb77f7997f8014af652aa6005fba (diff)
parentab2b6e6cbd98660a70fc5f63a0c62a9e75efc39c (diff)
downloadgentoo-dae112ec0ca5831ee689ff87d7751482f946b538.tar.gz
gentoo-dae112ec0ca5831ee689ff87d7751482f946b538.tar.xz
net-libs/nodejs: Merge "respect system ld, binutils"
Pull-Request: https://github.com/gentoo/gentoo/pull/243 Approved-by: patrick
-rw-r--r--net-libs/nodejs/nodejs-4.1.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-libs/nodejs/nodejs-4.1.1.ebuild b/net-libs/nodejs/nodejs-4.1.1.ebuild
index fb66363b44b..6aff4383413 100644
--- a/net-libs/nodejs/nodejs-4.1.1.ebuild
+++ b/net-libs/nodejs/nodejs-4.1.1.ebuild
@@ -103,6 +103,9 @@ src_configure() {
*) die "Unrecognized ARCH ${ARCH}";;
esac
+ GYP_DEFINES="linux_use_gold_flags=0
+ linux_use_bundled_binutils=0
+ linux_use_bundled_gold=0" \
"${PYTHON}" configure \
--prefix="${EPREFIX}"/usr \
--dest-cpu=${myarch} \