Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-03-05 19:41:51 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-03-05 19:41:51 +0400
commitc97b4f1971d79a687f32dd503326bde2bcc25729 (patch)
tree0f1dcf20e8e6983fa278298c68f0b41463dafb75 /node.gyp
parente0796b6f1f854126adf5b2bbeca4cb580d0ca84a (diff)
build: remove unnecessary link flags from node.gyp
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/node.gyp b/node.gyp
index 75faeb71fd2..8435d92f7e8 100644
--- a/node.gyp
+++ b/node.gyp
@@ -191,12 +191,6 @@
'PLATFORM="darwin"',
],
}],
- [ 'OS=="linux"', {
- 'libraries': [
- '-ldl',
- '-lutil' # needed for openpty
- ],
- }],
[ 'OS=="freebsd"', {
'libraries': [
'-lutil',