diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:25:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:25:42 +0000 |
commit | 2cd527e4700075df9ee8572d8360b3b6cfae4592 (patch) | |
tree | 10837030bbb3c3d090b8317f83d954f0b765b5b9 /debian/rules | |
parent | Building with curl linked against openssl. (diff) | |
download | libreoffice-2cd527e4700075df9ee8572d8360b3b6cfae4592.tar.xz libreoffice-2cd527e4700075df9ee8572d8360b3b6cfae4592.zip |
Updating libcmis build-depends to pull in compatible raptor2 version.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 964a7a430d..32c93ec2b2 100755 --- a/debian/rules +++ b/debian/rules @@ -1397,7 +1397,7 @@ ifeq "$(USE_EXTERNAL_CXXLIBS)" "y" endif ifeq "$(ENABLE_LIBCMIS)" "y" ifneq (,$(filter libcmis, $(SYSTEM_STUFF))) - BUILD_DEPS += , libcmis-dev (>= 0.6.1~), libcmis-dev (<< 0.7~) + BUILD_DEPS += , libcmis-dev (>= 0.6.1~), libcmis-dev (<< 0.7~), libraptor2-dev (>= 2.0.16~) endif else CONFIGURE_FLAGS += --disable-libcmis |