summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt4/qt4-x11-free/0007-openssl-host-includes.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-03 18:43:54 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-03 18:43:54 +0100
commite39c79522ab5b7ba78938726b214bff4e394f7b3 (patch)
treedf1a97740bd2c71d9c4d91dd237f9de97cc84fe7 /recipes-qt/qt4/qt4-x11-free/0007-openssl-host-includes.patch
parentfc6ef376edf64e0840d9c6f889397499ebf11e9b (diff)
downloadmeta-openembedded-e39c79522ab5b7ba78938726b214bff4e394f7b3.tar.gz
qt4: add qt4-x11-free 4.7.1 from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-qt/qt4/qt4-x11-free/0007-openssl-host-includes.patch')
-rw-r--r--recipes-qt/qt4/qt4-x11-free/0007-openssl-host-includes.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-qt/qt4/qt4-x11-free/0007-openssl-host-includes.patch b/recipes-qt/qt4/qt4-x11-free/0007-openssl-host-includes.patch
new file mode 100644
index 0000000000..3409cc0bf2
--- /dev/null
+++ b/recipes-qt/qt4/qt4-x11-free/0007-openssl-host-includes.patch
@@ -0,0 +1,20 @@
1From d45943adb443ad4b85ca4504952dee743c675e1e Mon Sep 17 00:00:00 2001
2From: Michael Krelin <hacker@klever.net>
3Date: Mon, 4 Jun 2007 14:58:34 +0200
4Subject: [PATCH] openssl host includes
5
6---
7 config.tests/unix/openssl/openssl.pri | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10Index: qt-embedded-linux-opensource-src-4.5.0/config.tests/unix/openssl/openssl.pri
11===================================================================
12--- qt-embedded-linux-opensource-src-4.5.0.orig/config.tests/unix/openssl/openssl.pri 2009-02-25 22:32:32.000000000 +0100
13+++ qt-embedded-linux-opensource-src-4.5.0/config.tests/unix/openssl/openssl.pri 2009-03-26 17:16:28.000000000 +0100
14@@ -1,5 +1,5 @@
15 !cross_compile {
16- TRY_INCLUDEPATHS = /include /usr/include /usr/local/include $$QMAKE_INCDIR $$INCLUDEPATH
17+ TRY_INCLUDEPATHS = $$QMAKE_INCDIR $$INCLUDEPATH
18 # LSB doesn't allow using headers from /include or /usr/include
19 linux-lsb-g++:TRY_INCLUDEPATHS = $$QMAKE_INCDIR $$INCLUDEPATH
20 for(p, TRY_INCLUDEPATHS) {