diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:33:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:33:13 +0000 |
commit | 837f5a7b68c10a19e396ca010e7b3d5354e2b3d8 (patch) | |
tree | 0cae5057dcc6b6157519f672df8f4bd246041799 /debian | |
parent | Merging debian version 4:24.2.1-2. (diff) | |
download | libreoffice-837f5a7b68c10a19e396ca010e7b3d5354e2b3d8.tar.xz libreoffice-837f5a7b68c10a19e396ca010e7b3d5354e2b3d8.zip |
Updating rules to fix FTBFS with libreoffice-evolution disabled.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 273b3c7ba5..743a124c8f 100755 --- a/debian/rules +++ b/debian/rules @@ -1565,7 +1565,6 @@ endif ifeq "$(ENABLE_EVO2)" "n" CONFIGURE_FLAGS += --disable-evolution2 - DEBHELPER_OPTIONS += -Nlibreoffice-evolution else CONFIGURE_FLAGS += --enable-evolution2 BUILD_DEPS += , libebook1.2-dev |