[libreoffice] 01/01: there's no option to disable liblangtag anymore

Rene Engelhard rene at moszumanska.debian.org
Sun Feb 26 18:15:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit 35e0cff5243d03a1a7c045ab9cdff6f83716d2c6
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Feb 26 19:15:11 2017 +0100

    there's no option to disable liblangtag anymore
---
 rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/rules b/rules
index 96b56eb..52b2fa6 100755
--- a/rules
+++ b/rules
@@ -454,7 +454,6 @@ FAKEROOT_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/libfakeroot
 # upstream says: "it's 'highly experimental'", I wouldn't enable it for
 # distros"
 ENABLE_TELEPATHY=n
-ENABLE_LIBLANGTAG=y
 SYSTEM_STUFF += liblangtag
 SYSTEM_STUFF += orcus
 LIBORCUS_MINVER=0.12
@@ -1240,12 +1239,8 @@ ifeq ($(ENABLE_TELEPATHY),y)
 	CONFIGURE_FLAGS += --enable-telepathy
 endif
 
-ifeq ($(ENABLE_LIBLANGTAG),y)
-  ifneq (,$(filter liblangtag, $(SYSTEM_STUFF)))
+ifneq (,$(filter liblangtag, $(SYSTEM_STUFF)))
 	BUILD_DEPS += , liblangtag-dev (>= 0.4)
-  endif
-else
-	CONFIGURE_FLAGS += --disable-liblangtag
 endif
 
 ifneq (,$(filter icu, $(SYSTEM_STUFF)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list