Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 349024 Details for
Bug 471106
www-servers/nginx - add USE flag to allow the addition of the ngnx_pagespeed mod
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against the pagespeed module to fix an conflict with syslog variable declerations in Nginx
nginx-1.4.1-fix-syslog-pagespeed.patch (text/plain), 621 bytes, created by
Simon Alman
on 2013-05-23 19:51:25 UTC
(
hide
)
Description:
Patch against the pagespeed module to fix an conflict with syslog variable declerations in Nginx
Filename:
MIME Type:
Creator:
Simon Alman
Created:
2013-05-23 19:51:25 UTC
Size:
621 bytes
patch
obsolete
>--- ngx_pagespeed-master/psol/include/third_party/chromium/src/base/logging.h 2013-05-23 18:09:15.654335647 +0100 >+++ ngx_pagespeed-master/psol/include/third_party/chromium/src/base/logging.h 2013-05-23 18:10:30.159487851 +0100 >@@ -2,6 +2,16 @@ > // Use of this source code is governed by a BSD-style license that can be > // found in the LICENSE file. > >+// FIX for compile problem with chromium >+// https://github.com/pagespeed/ngx_pagespeed/issues/197#issuecomment-15655467 >+#ifdef LOG_INFO >+#undef LOG_INFO >+#endif >+ >+#ifdef LOG_WARNING >+#undef LOG_WARNING >+#endif >+ > #ifndef BASE_LOGGING_H_ > #define BASE_LOGGING_H_ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 471106
:
349022
| 349024 |
561910