DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30233>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30233

apxs does not use CPPFLAGS when it builds third party modules

           Summary: apxs does not use CPPFLAGS when it builds third party
                    modules
           Product: Apache httpd-2.0
           Version: 2.0.50
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


If some CPPFLAGS  where defined when Apache was built, and then you try to build
an external bodule with "apxs -c", these CPPFLAGS are not passed to the the 
module.

For example, I am using a binary package for my system that was built with
CPPFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64".  External modules are
built without these defines, layout of interface structures changes, which leads
to segfaults.

... And BTW manual page for apxs still lists 1.3 variable names in "-q".

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to