cvs commit: modperl-2.0/lib/Apache Build.pm

2004-04-05 Thread stas
stas2004/04/05 14:43:47 Modified:lib/Apache Build.pm Log: remove duplicated C flags from ccopts Revision ChangesPath 1.159 +14 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS f

cvs commit: modperl-2.0/lib/Apache Build.pm

2004-04-05 Thread stas
stas2004/04/05 14:45:08 Modified:lib/Apache Build.pm Log: make sure apr.h can be safely included for example Perl's included -D_GNU_SOURCE implies -D_LARGEFILE64_SOURCE on linux, but this won't happen on Solaris, so we need apr flags living in apxs' EXTRA_CPPFLAGS Submitt