-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I can work around this like so (building Params::Validate in this example):
perl ./Build.PL --installdirs=vendor --config ldflags="-static" --config dlext="a"
./Build 2>/dev/null || true
ar cvr blib/arch/auto/Params/Validate/XS/XS.a lib/Params/Validate/XS.o
./BuildI dug into this a little bit and arrived at link_c (lib/Module/Build/Base.pm:5331) as the main place where changes would have to be made. I've never used Perl so some patience may be required as I examine this further.
Metadata
Metadata
Assignees
Labels
No labels