[Libreoffice-commits] .: solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 7 09:03:00 PDT 2012


 solenv/bin/modules/installer/epmfile.pm |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 2ad7f82e4af8a894b42157ccaabfeb90870d080f
Author: Stephan Bergmann <sbergman at 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" );


More information about the Libreoffice-commits mailing list