summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-11-06 18:11:42 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2023-11-09 16:51:31 +0100
commit5365daf67f8b81f69a47e3692a71fd3962505e46 (patch)
tree573034fb9183193080782f119c9599b3396dcb97 /linguistic
parentc32bf48b7446808ffc47472021ec32cb7c70eea7 (diff)
officecfg,*: add Office::Security::Net::AllowInsecureProtocols
By default, unencrypted network connections are allowed. But now it can be disabled, for everything that uses libcurl. Change-Id: I8e103f5a968ace2a19fdb9d6934c9a51b2aeabe4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159011 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/Library_lng.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/linguistic/Library_lng.mk b/linguistic/Library_lng.mk
index 49c37b807685..4991163ed070 100644
--- a/linguistic/Library_lng.mk
+++ b/linguistic/Library_lng.mk
@@ -28,6 +28,10 @@ $(eval $(call gb_Library_set_include,lng,\
$(eval $(call gb_Library_use_sdk_api,lng))
+$(eval $(call gb_Library_use_custom_headers,lng,\
+ officecfg/registry \
+))
+
$(eval $(call gb_Library_add_defs,lng,\
-DLNG_DLLIMPLEMENTATION \
))