summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Repository.mk')
-rwxr-xr-xRepository.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index 8f59ac4b5511..ad76593919f9 100755
--- a/Repository.mk
+++ b/Repository.mk
@@ -181,4 +181,23 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
zlib \
))
+ifeq ($(OS),WNT)
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+ crypto \
+ ssl \
+))
+else
+$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
+ crypto \
+ ssl \
+))
+endif
+
+ifeq ($(SYSTEM_OPENSSL),YES)
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
+ crypto \
+ ssl \
+))
+endif
+
# vim: set noet sw=4 ts=4: