diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:25:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:25:37 +0000 |
commit | 05cb93c3b9342c6c9ee8baf927b25fa16de4a5b1 (patch) | |
tree | 064d26fbcc85a2ff5862990f99cc6092f52b9980 /debian | |
parent | Enabling building for backports. (diff) | |
download | libreoffice-05cb93c3b9342c6c9ee8baf927b25fa16de4a5b1.tar.xz libreoffice-05cb93c3b9342c6c9ee8baf927b25fa16de4a5b1.zip |
Building with system mdds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 89485b1300..bb84f7f11b 100755 --- a/debian/rules +++ b/debian/rules @@ -172,11 +172,7 @@ SYSTEM_STUFF += hunspell SYSTEM_STUFF += altlinuxhyph SYSTEM_STUFF += boost BOOST_VERSION=default -# libmdds-dev depends on libboost-dev, which will be removed -# when you install a non-default libboostX.Y-dev -ifeq "$(BOOST_VERSION)" "default" SYSTEM_STUFF += mdds -endif USE_EXTERNAL_CXXLIBS=y SYSTEM_STUFF += mythes SYSTEM_STUFF += icu |