From 7cf66f9c7d1c20de1be37d9cee671a923ed11fdf Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 25 Apr 2017 21:29:09 +0200 Subject: add a way to strip symbols from the tarballs Change-Id: I682dcc9c366efea2be00b738f630a82b4cf9d636 --- solenv/bin/modules/installer/environment.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv/bin/modules') diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm index 8e5f61e1d052..8afe3c12c782 100644 --- a/solenv/bin/modules/installer/environment.pm +++ b/solenv/bin/modules/installer/environment.pm @@ -123,6 +123,7 @@ sub set_global_environment_variables if ( $ENV{'DONTCOMPRESS'} ) { $installer::globals::solarisdontcompress = 1; } if ( $ENV{'IGNORE_ERROR_IN_LOGFILE'} ) { $installer::globals::ignore_error_in_logfile = 1; } if (( $ENV{'DISABLE_STRIP'} ) && ( $ENV{'DISABLE_STRIP'} ne '' )) { $installer::globals::strip = 0; } + if (( $ENV{'ENABLE_STRIP'} ) && ( $ENV{'ENABLE_STRIP'} ne '' )) { $installer::globals::strip = 1; } if ( $installer::globals::localinstalldir ) { $installer::globals::localinstalldirset = 1; } # Special handling, if LOCALINSTALLDIR contains "~" in the path -- cgit