diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-11-06 18:11:42 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-11-09 16:51:31 +0100 |
commit | 5365daf67f8b81f69a47e3692a71fd3962505e46 (patch) | |
tree | 573034fb9183193080782f119c9599b3396dcb97 /linguistic | |
parent | c32bf48b7446808ffc47472021ec32cb7c70eea7 (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.mk | 4 |
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 \ )) |