[PATCH] fdo#39643: Remove --disable-strip-solver configure option
David Ostrovsky
david.ostrovsky at gmx.de
Sat Apr 21 05:23:49 PDT 2012
Hi,
here is the patch to remove strip solver configure option.
Some places still has a strip code, for example in solenv/bin/deliver.pl
sub initialize_strip {
if ((!defined $ENV{CROSS_COMPILING}) || ($ENV{CROSS_COMPILING} ne
'YES')) {
$strip .= 'guw ' if ($^O eq 'cygwin');
[...]
was not sure if it is still needed.
Note: I've tested make dev-install only on Linux.
Ciao
David
More information about the LibreOffice
mailing list