Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 221529 Details for
Bug 303205
New ebuild for nginx with use flag expansion for modules.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to make passenger respect portage CFLAGs
passenger-CFLAGS.patch (text/plain), 646 bytes, created by
Chris Beswick
on 2010-02-28 12:26:51 UTC
(
hide
)
Description:
patch to make passenger respect portage CFLAGs
Filename:
MIME Type:
Creator:
Chris Beswick
Created:
2010-02-28 12:26:51 UTC
Size:
646 bytes
patch
obsolete
>--- Rakefile.org 2009-10-15 18:45:30.000000000 +0100 >+++ Rakefile 2009-10-16 12:17:25.000000000 +0100 >@@ -39,11 +39,7 @@ > CC = "gcc" > CXX = "g++" > LIBEXT = PlatformInfo.library_extension >-if OPTIMIZE >- OPTIMIZATION_FLAGS = "#{PlatformInfo.debugging_cflags} -O2 -DBOOST_DISABLE_ASSERTS" >-else >- OPTIMIZATION_FLAGS = "#{PlatformInfo.debugging_cflags} -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS" >-end >+OPTIMIZATION_FLAGS = "#{ENV['CXXFLAGS']} -DNDEBUG -DBOOST_DISABLE_ASSERTS" > > # Extra compiler flags that should always be passed to the C/C++ compiler. > # Should be included last in the command string, even after PlatformInfo.portability_cflags.
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 303205
:
218157
|
218159
|
218163
| 221529 |
222029