13 lines
425 B
Plaintext
13 lines
425 B
Plaintext
|
$OpenBSD: patch-common_gypi,v 1.1 2012/06/28 08:30:28 jasper Exp $
|
||
|
--- common.gypi.orig Mon Jun 25 10:13:56 2012
|
||
|
+++ common.gypi Mon Jun 25 10:14:18 2012
|
||
|
@@ -149,7 +149,7 @@
|
||
|
'cflags': [ '-m64' ],
|
||
|
'ldflags': [ '-m64' ],
|
||
|
}],
|
||
|
- [ 'OS=="linux"', {
|
||
|
+ [ 'OS=="linux" or OS=="openbsd"', {
|
||
|
'ldflags': [ '-rdynamic' ],
|
||
|
}],
|
||
|
[ 'OS=="solaris"', {
|