diff options
-rw-r--r-- | solenv/bin/modules/installer/epmfile.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm index 7425a780b77d..8045536623b8 100644 --- a/solenv/bin/modules/installer/epmfile.pm +++ b/solenv/bin/modules/installer/epmfile.pm @@ -829,6 +829,8 @@ sub call_epm my $extraflags = ""; if ($ENV{'EPM_FLAGS'}) { $extraflags = $ENV{'EPM_FLAGS'}; } + $extraflags .= ' -g' unless $installer::globals::strip; + my $systemcall = $ldpreloadstring . $epmname . " -f " . $packageformat . " " . $extraflags . " " . $localpackagename . " " . $epmlistfilename . $outdirstring . " -v " . " 2\>\&1 |"; installer::logger::print_message( "... $systemcall ...\n" ); |