solenv/bin/modules/installer/epmfile.pm | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 2ad7f82e4af8a894b42157ccaabfeb90870d080f Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Sep 7 18:01:54 2012 +0200 Prevent epm from stripping unless explicitly requested Change-Id: I9f89d78d5772a1a60c89ab4aa4b6ef9bd6179754 diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm index 7425a78..8045536 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" ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits