Stopgap help for the CPU-bound long hang in bug fdo#31716
As the hang seems to be causes by the code messing around in extension help file directories, of which there are lots in a multi-lingual build for at least the presenter-screen extension, just build en-US extension help for now. Why such a change is needed both here and in sdext/source/presenter/makefile.mk (see commit c2a7a6c055cf586b627268d38fd85cde2048db3d in the "extensions" repo) I don't know, but that's how it seemed in my testing.
This commit is contained in:
parent
c0ef996da0
commit
6251cef4a3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ JAVA_LIBRARY_PATH= -Djava.library.path=$(SOLARSHAREDBIN)
|
|||
.ENDIF
|
||||
|
||||
#aux_alllangiso*:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL))))
|
||||
aux_alllangiso*:=$(alllangiso)
|
||||
aux_alllangiso*:=en-US
|
||||
|
||||
#########################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue