blob: 32af0c66abe8ff30ff798b3f45960f2314bdf76b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/openssl/openssl.gyp.orig 2011-11-21 22:53:37.000000000 +0200
+++ third_party/openssl/openssl.gyp 2011-11-21 22:54:53.000000000 +0200
@@ -576,7 +576,7 @@
'openssl/engines/e_ubsec.c',
],
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="freebsd"', {
'defines': [
# ENGINESDIR must be defined if OPENSSLDIR is.
'ENGINESDIR="/dev/null"',
|