[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 03/03: add ENABLE_LTO conditional



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

rene pushed a commit to branch master
in repository libreoffice.

commit 9d0de837e7054ebbd5e0d6f62d75fadd88771761
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Aug 21 19:41:00 2015 +0200

    add ENABLE_LTO conditional
---
 changelog | 1 +
 rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/changelog b/changelog
index ea73b11..97dfdb6 100644
--- a/changelog
+++ b/changelog
@@ -14,6 +14,7 @@ libreoffice (1:5.0.1~rc1-3) UNRELEASED; urgency=medium
 
   * merge from Ubuntu:
     - autopkgtest updates/fixes
+    - add ENABLE_LTO conditional, off
 
  -- Rene Engelhard <rene@debian.org>  Wed, 12 Aug 2015 15:23:58 +0200
 
diff --git a/rules b/rules
index e025e6c..4592d8d 100755
--- a/rules
+++ b/rules
@@ -461,6 +461,7 @@ endif
 ifeq (,$(findstring kfreebsd,$(DEB_HOST_ARCH)))
 ENABLE_MERGELIBS=y
 endif
+ENABLE_LTO=n
 USE_OPENCL=y
 #10:15 <@_rene_> ahunt: I remember you wanted to do some endian things? did it 
 #                ever get done?
@@ -1477,6 +1478,10 @@ ifeq ($(ENABLE_MERGELIBS),y)
 	CONFIGURE_FLAGS += --enable-mergelibs
 endif
 
+ifeq ($(ENABLE_LTO),y)
+	CONFIGURE_FLAGS += --enable-lto
+endif
+
 DEJAVU_DEPENDS=fonts-dejavu
 
 # Use compiler cache?  Include ccache in DEB_BUILD_OPTIONS for much faster rebuild times

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


Reply to: