I'm not sure if this is problem specific to XML::Parser, but, here it
is:
XM::Parser distro has:
Makefile.PL
Expat/
Makefile.PL
and the top-level Makefile.PL has:
WriteMakefile(
NAME => 'XML::Parser',
DIR => [qw(Expat)],
Variation on the problem I originally posted
Instead of passing something when I run Makefile.PL to alter CCFLAGS
in a lower-level Makefile.PL it turns out what i want to do is to
pass something to Makefile.PL that *appends* to the LD value in the
lower-level Makefile.PL
For example,