diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-31 23:09:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-01 00:45:56 +0200 |
commit | c70e55c5d8ecfd5bb690886d7e39a42f66b3702a (patch) | |
tree | f631b39bc063c651ac56738d0718903de2fd0c7c /RepositoryModule_host.mk | |
parent | c4f7ed869fec153b92bee00b191b5504efdd09d7 (diff) |
RepositoryModule: add the libraries back from the reverted commit
... but this time hopefully topologically sorted.
Change-Id: I94960795d729d803641fe7bbf47797f733b56c40
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r-- | RepositoryModule_host.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 259ca29eb233..b9e64f2aea90 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -241,6 +241,8 @@ $(if $(strip $(1)),\ $(call repositorymodule_serialize,$(wordlist 2,$(words $(1)),$(1)))) endef +# DO NOT SORT ALPHABETICALLY: the libraries must be listed in dependency order, +# otherwise cyclic dependencies ruin everything. # do not serialize on a partial build as that may fail due to missing deps. # the default goal is all (see Module.mk) ifeq (,$(filter-out all,$(MAKECMDGOALS))) @@ -249,9 +251,9 @@ $(eval $(call repositorymodule_serialize,\ $(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \ sc msword swui sw sd \ $(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \ - writerfilter cui chartcontroller oox \ + writerfilter cui chartcontroller chartcore oox svx \ $(if $(MERGELIBS),merged,svxcore) \ - xo vcl \ + xo sfx fwk svt vcl \ )) endif |