From 4ccae37db1aa77a1d15098c3720ea6e2d383fbdc Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Wed, 25 Jan 2012 18:22:33 +0100 Subject: qt4-tools-nativesdk-4.8.0: fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the build is actually failing because host g++ and ld are used to compile and link Signed-off-by: Eric Bénard --- meta/recipes-qt/qt4/files/configure-lflags.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/recipes-qt/qt4/files/configure-lflags.patch (limited to 'meta/recipes-qt/qt4/files') diff --git a/meta/recipes-qt/qt4/files/configure-lflags.patch b/meta/recipes-qt/qt4/files/configure-lflags.patch deleted file mode 100644 index a8e594597..000000000 --- a/meta/recipes-qt/qt4/files/configure-lflags.patch +++ /dev/null @@ -1,18 +0,0 @@ -qt4-tools-native: set LFLAGS to pick up zlib from staging - -Original Author: Jeremy Lainé -Upstream-Status: Pending - -Index: qtopia-core-opensource-src-4.3.3/configure -=================================================================== ---- qtopia-core-opensource-src-4.3.3.orig/configure 2008-01-14 08:53:51.000000000 +0000 -+++ qtopia-core-opensource-src-4.3.3/configure 2008-01-14 08:54:07.000000000 +0000 -@@ -447,7 +447,7 @@ - # initalize variables - #------------------------------------------------------------------------------- - --SYSTEM_VARIABLES="CC CXX CFLAGS CXXFLAGS LDFLAGS" -+SYSTEM_VARIABLES="CC CXX CFLAGS CXXFLAGS LDFLAGS LFLAGS" - for varname in $SYSTEM_VARIABLES; do - cmd=`echo \ - 'if [ -n "\$'${varname}'" ]; then -- cgit v1.2.3