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
path: root/deps
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-12-14 09:04:54 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-14 09:12:46 +0300
commit7d73779446eeeb5158162a25601eb182e286f68c (patch)
tree4b79765d4c186164937aca467c3ee157bbf7f382 /deps
parent1d78159e8f8ad7f41167a38ebfa973ed055bc7b6 (diff)
Make oprofile work
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct
index 9d2a7bc6124..41c9faeb63a 100644
--- a/deps/v8/SConstruct
+++ b/deps/v8/SConstruct
@@ -225,7 +225,8 @@ LIBRARY_FLAGS = {
'LINKFLAGS': ['-m64'],
},
'prof:oprofile': {
- 'CPPDEFINES': ['ENABLE_OPROFILE_AGENT']
+ 'CPPDEFINES': ['ENABLE_OPROFILE_AGENT'],
+ 'LIBS': ['opagent', 'bfd']
}
},
'msvc': {