Skip to content

Instantly share code, notes, and snippets.

@crowell
Created July 31, 2015 21:12
Show Gist options
  • Save crowell/c9608c9265b040cb8deb to your computer and use it in GitHub Desktop.
Save crowell/c9608c9265b040cb8deb to your computer and use it in GitHub Desktop.
--- src/third_party/serf/select_openssl.gyp 2015-06-15 18:13:43.000000000 +0000
+++ select_openssl.gyp 2015-07-31 21:12:19.200364892 +0000
@@ -42,15 +42,15 @@
'type': 'none',
'direct_dependent_settings': {
'cflags': [
- '<!@(pkg-config --cflags libssl)',
+ '<!@(pkg-config --cflags openssl)',
],
},
'link_settings': {
'ldflags': [
- '<!@(pkg-config --libs-only-L --libs-only-other libssl)',
+ '<!@(pkg-config --libs-only-L --libs-only-other openssl)',
],
'libraries': [
- '<!@(pkg-config --libs-only-l libssl)',
+ '<!@(pkg-config --libs-only-l openssl)',
],
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment