From c92d6a8f9c7b9631dba4b082e24126db1db7aea6 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 24 Oct 2012 18:25:52 +0200 Subject: qt4: make sure the buildsystem does not strip the libraries Signed-off-by: Michael Olbrich --- rules/qt4.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rules/qt4.make') diff --git a/rules/qt4.make b/rules/qt4.make index 550197d1a..5cbe04e00 100644 --- a/rules/qt4.make +++ b/rules/qt4.make @@ -56,7 +56,8 @@ $(STATEDIR)/qt4.extract: # ---------------------------------------------------------------------------- # don't use CROSS_ENV. Qt uses mkspecs for instead. -QT4_ENV := $(CROSS_ENV_PKG_CONFIG) +# 'strip' is our special wrapper to avoid stripping for root-debug +QT4_ENV := $(CROSS_ENV_PKG_CONFIG) STRIP=strip QT4_INSTALL_OPT := INSTALL_ROOT=$(QT4_PKGDIR) ifdef PTXCONF_ARCH_ARM_V6 -- cgit v1.2.3