Chromium Code Reviews| Index: third_party/libjpeg/libjpeg.gyp |
| diff --git a/third_party/libjpeg/libjpeg.gyp b/third_party/libjpeg/libjpeg.gyp |
| index f8ce278f4383157c692ecb10f220c64655e0d27e..f22c8595ba6a523c91eca56e76a5f68f4e737318 100644 |
| --- a/third_party/libjpeg/libjpeg.gyp |
| +++ b/third_party/libjpeg/libjpeg.gyp |
| @@ -11,6 +11,9 @@ |
| { |
| 'target_name': 'libjpeg', |
| 'type': 'static_library', |
| + 'defines': [ |
| + 'NO_GETENV', # getenv() is not thread-safe. |
| + ], |
| 'sources': [ |
| 'jcapimin.c', |
| 'jcapistd.c', |