
pgollucci at apache
Dec 17, 2005, 1:37 AM
Post #1 of 1
(829 views)
Permalink
|
|
svn commit: r357332 - /perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
|
|
Author: pgollucci Date: Sat Dec 17 01:37:04 2005 New Revision: 357332 URL: http://svn.apache.org/viewcvs?rev=357332&view=rev Log: opebsd 3.7 with gcc 3.3.5 doesn't support this flag Noticed By: stas Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?rev=357332&r1=357331&r2=357332&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Sat Dec 17 01:37:04 2005 @@ -491,7 +491,8 @@ -DAP_DEBUG -Wall -Wmissing-prototypes -Wstrict-prototypes \ -Wmissing-declarations \ -If gcc version 3.3.2+ is found and C<-Wdeclaration-after-statement> is +If gcc version 3.3.2+ is found, not compiling on OpenBSD, +and C<-Wdeclaration-after-statement> is not already part of the C<gcc> flags add it. To use this mode Apache must be build with --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|