summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build__linux__unbundle__openssl.gyp
blob: 3492f02d91f6b99b6570ff40c0da57329ec83607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- build/linux/unbundle/openssl.gyp.orig	2014-08-12 21:02:52.000000000 +0200
+++ build/linux/unbundle/openssl.gyp	2014-08-18 17:16:23.000000000 +0200
@@ -9,15 +9,15 @@
       'type': 'none',
       'direct_dependent_settings': {
         'cflags': [
-          '<!@(pkg-config --cflags openssl)',
+          '',
         ],
       },
       'link_settings': {
         'ldflags': [
-          '<!@(pkg-config --libs-only-L --libs-only-other openssl)',
+          '',
         ],
         'libraries': [
-          '<!@(pkg-config --libs-only-l openssl)',
+          '-lssl',
         ],
       },
     }