[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svl/Library_passwordcontainer.mk
Ariel Constenla-Haile
arielch at apache.org
Tue Oct 25 04:08:29 UTC 2016
svl/Library_passwordcontainer.mk | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit 1d688395e2dd0cb54b89cd365231e211546a9c82
Author: Ariel Constenla-Haile <arielch at apache.org>
Date: Tue Oct 25 03:52:56 2016 +0000
i127139 - Work around broken toolchain
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index 24a8152..2056636 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -41,6 +41,17 @@ $(eval $(call gb_Library_add_api,passwordcontainer,\
offapi \
))
+ifeq ($(GUI),UNX)
+ifeq ($(COM),GCC)
+ifeq ($(CPUNAME),INTEL)
+$(eval $(call gb_Library_set_ldflags,passwordcontainer,\
+ $(gb_LinkTarget_LDFLAGS) \
+ -Wl$(COMMA)--start-group -lc -Wl$(COMMA)--end-group \
+))
+endif
+endif
+endif
+
$(eval $(call gb_Library_add_linked_libs,passwordcontainer,\
cppu \
cppuhelper \
More information about the Libreoffice-commits
mailing list