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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.4.0, updated. libreoffice_3.3.3-3-105-g4d87458



The following commit has been merged in the debian-experimental-3.4.0 branch:
commit 4d874586219d7169e2813fc0660bdd4f39a87281
Author: Rene Engelhard <rene@debian.org>
Date:   Tue Jul 5 22:56:01 2011 +0000

    export CFLAGS CXXFLAGS when SMALL_SYMBOLS = y

diff --git a/rules b/rules
index aa34a46..f4ceefc 100755
--- a/rules
+++ b/rules
@@ -563,6 +563,9 @@ endif
 # Small symbols?
 ifeq "$(SMALL_SYMBOLS)" "y"
 	CONFIGURE_FLAGS += --enable-symbols=SMALL
+	CFLAGS := $(shell echo $(CFLAGS) | sed -e "s/-g/-g1/")
+	CXXFLAGS := $(shell echo $(CXXFLAGS) | sed -e "s/-g/-g1/")
+export CFLAGS CXXFLAGS
 else
 	CONFIGURE_FLAGS += --enable-symbols
 endif

-- 
LibreOffice packaging repository


Reply to: