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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.4.3-4-50-g12883a8



The following commit has been merged in the debian-experimental-3.5 branch:
commit 40663fa4b45136caab684cd66296ff41511647bb
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Oct 21 15:57:18 2011 +0200

    fix build verbosity

diff --git a/rules b/rules
index 99106c5..af4f3a2 100755
--- a/rules
+++ b/rules
@@ -298,6 +298,10 @@ CONFIGURE_FLAGS= \
 		--disable-fetch-external \
 		--enable-release-build
 
+ifneq ($(ON_BUILDD),y)
+CONFIGURE_FLAGS += --enable-verbose
+endif
+
 ifeq "$(USE_SOURCE_TARBALLS)" "y"
   CONFIGURE_FLAGS += --without-git
 else
@@ -1608,11 +1612,7 @@ ifeq "$(BUILD_KDE)" "n"
 	fi
 endif
 
-ifeq ($(ON_BUILDD),y)
 	PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 ARCH_FLAGS=$(ARCH_FLAGS) TMP=`mktemp -q -d` CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) build
-else
-	PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 VERBOSE=true ARCH_FLAGS=$(ARCH_FLAGS) TMP=`mktemp -q -d` CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) build
-endif
 
 ifeq "$(BUILD_PYUNO)" "y"
   ifeq "$(ENABLE_PYTHON3)" "y"

-- 
LibreOffice packaging repository


Reply to: