summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4-4.8.1/compile.test-lflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-4.8.1/compile.test-lflags.patch')
-rw-r--r--meta/recipes-qt/qt4/qt4-4.8.1/compile.test-lflags.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.1/compile.test-lflags.patch b/meta/recipes-qt/qt4/qt4-4.8.1/compile.test-lflags.patch
new file mode 100644
index 0000000000..1d725b7e03
--- /dev/null
+++ b/meta/recipes-qt/qt4/qt4-4.8.1/compile.test-lflags.patch
@@ -0,0 +1,17 @@
1Pass through LDFLAGS to configure tests
2
3Upstream-Status: Inappropriate [configuration]
4
5Index: qt-everywhere-opensource-src-4.6.3/config.tests/unix/compile.test
6===================================================================
7--- qt-everywhere-opensource-src-4.6.3.orig/config.tests/unix/compile.test 2010-06-02 06:03:18.000000000 +0400
8+++ qt-everywhere-opensource-src-4.6.3/config.tests/unix/compile.test 2010-10-04 17:35:07.587783460 +0400
9@@ -11,7 +11,7 @@
10 EXE=`basename "$6"`
11 DESCRIPTION=$7
12 shift 7
13-LFLAGS=""
14+LFLAGS="$LDFLAGS"
15 INCLUDEPATH=""
16 CXXFLAGS=""
17 MAC_ARCH_CXXFLAGS=""