diff options
author | Eric Bénard <eric@eukrea.com> | 2012-01-25 18:22:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:07:42 +0000 |
commit | 37d93b9818f37bca8720655fbea28b5cb0577457 (patch) | |
tree | c1985856193ade3fcb34233d1566214bf4126845 /meta/recipes-qt/qt4/qt-4.7.4 | |
parent | 9123e9eb9bf324e5cc45b535934583b0e37f378b (diff) | |
download | poky-37d93b9818f37bca8720655fbea28b5cb0577457.tar.gz |
qt4-tools-nativesdk-4.8.0: fix build
the build is actually failing because host g++ and ld are used to
compile and link
(From OE-Core rev: 4ccae37db1aa77a1d15098c3720ea6e2d383fbdc)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt-4.7.4')
-rw-r--r-- | meta/recipes-qt/qt4/qt-4.7.4/configure-lflags.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt-4.7.4/configure-lflags.patch b/meta/recipes-qt/qt4/qt-4.7.4/configure-lflags.patch new file mode 100644 index 0000000000..a8e5945975 --- /dev/null +++ b/meta/recipes-qt/qt4/qt-4.7.4/configure-lflags.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | qt4-tools-native: set LFLAGS to pick up zlib from staging | ||
2 | |||
3 | Original Author: Jeremy Lainé <jeremy.laine@m4x.org> | ||
4 | Upstream-Status: Pending | ||
5 | |||
6 | Index: qtopia-core-opensource-src-4.3.3/configure | ||
7 | =================================================================== | ||
8 | --- qtopia-core-opensource-src-4.3.3.orig/configure 2008-01-14 08:53:51.000000000 +0000 | ||
9 | +++ qtopia-core-opensource-src-4.3.3/configure 2008-01-14 08:54:07.000000000 +0000 | ||
10 | @@ -447,7 +447,7 @@ | ||
11 | # initalize variables | ||
12 | #------------------------------------------------------------------------------- | ||
13 | |||
14 | -SYSTEM_VARIABLES="CC CXX CFLAGS CXXFLAGS LDFLAGS" | ||
15 | +SYSTEM_VARIABLES="CC CXX CFLAGS CXXFLAGS LDFLAGS LFLAGS" | ||
16 | for varname in $SYSTEM_VARIABLES; do | ||
17 | cmd=`echo \ | ||
18 | 'if [ -n "\$'${varname}'" ]; then | ||