diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0014-link-with-libexecinfo-on-musl.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0014-link-with-libexecinfo-on-musl.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0014-link-with-libexecinfo-on-musl.patch b/recipes-qt/qt5/qtwebengine/0014-link-with-libexecinfo-on-musl.patch new file mode 100644 index 00000000..1b65420b --- /dev/null +++ b/recipes-qt/qt5/qtwebengine/0014-link-with-libexecinfo-on-musl.patch | |||
@@ -0,0 +1,25 @@ | |||
1 | From 4b5aab95e34e1cbebc7566c1267cddc2560601c8 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Fri, 7 Jul 2017 17:41:43 -0700 | ||
4 | Subject: [PATCH 2/2] link with libexecinfo on musl | ||
5 | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | --- | ||
8 | base/base.gyp | 1 + | ||
9 | 1 file changed, 1 insertion(+) | ||
10 | |||
11 | diff --git a/base/base.gyp b/base/base.gyp | ||
12 | index 67e051ae4..7f5dfe214 100644 | ||
13 | --- a/base/base.gyp | ||
14 | +++ b/base/base.gyp | ||
15 | @@ -126,6 +126,7 @@ | ||
16 | '-lrt', | ||
17 | # For 'native_library_linux.cc' | ||
18 | '-ldl', | ||
19 | + '-lexecinfo', | ||
20 | ], | ||
21 | }, | ||
22 | 'conditions': [ | ||
23 | -- | ||
24 | 2.13.2 | ||
25 | |||