diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-08-27 00:28:36 +0200 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-18 08:34:34 +0200 |
commit | 6f60670877208612b5ea320b3677480ef6508abb (patch) | |
tree | 0c830f6b89fc88647ddc4f4081d5479d6192f3ba /ucb | |
parent | 6b3118be28fa6e5906b44c4963b0bb2ca804a863 (diff) |
Use less zlib external headers dependency
Change-Id: Ibcc7f37e464cde44cfbb6fbd70c3dc66667102bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156553
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/Library_ucpftp1.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/Library_ucpftp1.mk b/ucb/Library_ucpftp1.mk index 87c48e7021ec..af8eda87f558 100644 --- a/ucb/Library_ucpftp1.mk +++ b/ucb/Library_ucpftp1.mk @@ -26,7 +26,6 @@ $(eval $(call gb_Library_use_libraries,ucpftp1,\ $(eval $(call gb_Library_use_externals,ucpftp1,\ curl \ - zlib \ )) $(eval $(call gb_Library_add_exception_objects,ucpftp1,\ |