The following commit has been merged in the debian-experimental-3.4.0 branch:
commit 4d874586219d7169e2813fc0660bdd4f39a87281
Author: Rene Engelhard <[email protected]>
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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]