Closed plabanca closed 2 years ago
Updated to support kirkstone. kirkstone by default disables network access for all recipe tasks except do_fetch, so enabled network access for do_configure to support configure script wget operations.
If you want fetch to be its own step (and not need to download during configure), you can get the ACE_TAO archive first and put it in place. Then the configure script will take this branch and skip downloading.
if (-r $file) {
print "Using ACE+TAO source package $file\n" if $opts{'verbose'};
}
Updated to support kirkstone. kirkstone by default disables network access for all recipe tasks except do_fetch, so enabled network access for do_configure to support configure script wget operations.