2013-05-14 21:46:20 +02:00
|
|
|
--- base/base.gyp.orig 2013-03-29 13:33:43.000000000 +0900
|
|
|
|
+++ base/base.gyp 2013-04-23 23:49:53.000000000 +0900
|
2013-04-23 05:11:57 +02:00
|
|
|
@@ -265,20 +265,20 @@
|
|
|
|
['OS=="linux" and target_platform!="Android" and '
|
|
|
|
'not (target_platform=="NaCl" and _toolset=="target")', {
|
2012-05-02 06:18:31 +02:00
|
|
|
'cflags': [
|
|
|
|
- '<!@(<(pkg_config_command) --cflags-only-other openssl)',
|
2013-05-14 21:46:20 +02:00
|
|
|
+ '<(openssl_cflags)',
|
2012-05-02 06:18:31 +02:00
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'HAVE_OPENSSL=1',
|
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
- '<!@(<(pkg_config_command) --cflags-only-I openssl)',
|
2013-05-14 21:46:20 +02:00
|
|
|
+ '<(openssl_inc)',
|
2012-05-02 06:18:31 +02:00
|
|
|
],
|
|
|
|
'link_settings': {
|
|
|
|
'ldflags': [
|
|
|
|
- '<!@(<(pkg_config_command) --libs-only-L openssl)',
|
2013-05-14 21:46:20 +02:00
|
|
|
+ '<(openssl_ldflags)',
|
2012-05-02 06:18:31 +02:00
|
|
|
],
|
|
|
|
'libraries': [
|
|
|
|
- '<!@(<(pkg_config_command) --libs-only-l openssl)',
|
2013-05-14 21:46:20 +02:00
|
|
|
+ '<(openssl_lib)',
|
2012-05-02 06:18:31 +02:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|