0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00

Add oprofile patch to repo

This commit is contained in:
Ryan Dahl 2010-12-16 14:25:02 -08:00
parent 02aae22397
commit 2dc17e93ee

12
deps/v8/0002-Patch-for-oprofile.patch vendored Normal file
View File

@ -0,0 +1,12 @@
--- SConstruct 2010-12-16 11:49:26.000000000 -0800
+++ /tmp/SConstruct 2010-12-16 11:48:23.000000000 -0800
@@ -225,7 +225,8 @@
'LINKFLAGS': ['-m64'],
},
'prof:oprofile': {
- 'CPPDEFINES': ['ENABLE_OPROFILE_AGENT']
+ 'CPPDEFINES': ['ENABLE_OPROFILE_AGENT'],
+ 'LIBS': ['opagent', 'bfd']
}
},
'msvc': {