summaryrefslogtreecommitdiffstats
path: root/ure/Package_install.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-05-21 15:41:15 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2021-05-27 09:55:00 +0200
commit67294308ac05b0ec4a8f0ff29f1bb560164d413d (patch)
treecd56c085fe6a0192bb80c9e0c6e2d53e9828ff58 /ure/Package_install.mk
parentgbuild: introduce plugin + loader concepts (diff)
downloadcore-67294308ac05b0ec4a8f0ff29f1bb560164d413d.tar.gz
core-67294308ac05b0ec4a8f0ff29f1bb560164d413d.zip
gbuild: link static executables
See the (large) comment in solenv/gbuild/static.mk trying to explain, why this implementation was chosen (spoiler: seems there is no other way) and what is actually implemented. Yes, I also think it's borderline maintainable (like gbuild in general; complexity clashing with make "restrictions"). I which I had put that much time into a Meson build, or just had expanded the bin/lo-all-static-libs "concept"... Change-Id: Iafc95752fae9e88095f54a21f1e30a4f080815e2
Diffstat (limited to 'ure/Package_install.mk')
-rw-r--r--ure/Package_install.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ure/Package_install.mk b/ure/Package_install.mk
index e8b6515fdf10..adef1f72af96 100644
--- a/ure/Package_install.mk
+++ b/ure/Package_install.mk
@@ -10,8 +10,10 @@
$(eval $(call gb_Package_Package,ure_install,$(SRCDIR)/ure/source))
ifneq (,$(filter-out MACOSX WNT,$(OS)))
+ifeq (,$(DISABLE_DYNLOADING))
$(eval $(call gb_Package_add_file,ure_install,$(LIBO_URE_BIN_FOLDER)/uno,uno))
endif
+endif
ifeq (MACOSX,$(OS))
ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE)