openssl-1.1: add patches for CVE-2024-2511 and CVE-2024-4741
[oi-userland.git] / components / library / qt5 / patches / qtbase-0002-Configure-shoud-use-bash.patch
blob6304a9281a938b765ab790ab38e1c99417c1466b
1 From 1ae6124f52fbf346b9d7dadb6b11bc1f04d45cb1 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Aur=C3=A9lien=20Larcher?= <aurelien.larcher@gmail.com>
3 Date: Tue, 13 Sep 2016 22:18:43 +0200
4 Subject: [PATCH 2/2] Configure shoud use bash
6 Change-Id: I39507a2e8f24fa6abf8827badb206f1492b88541
7 ---
8 configure | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/configure b/configure
12 index 85392ba..8b78edc 100755
13 --- a/qtbase/configure
14 +++ b/qtbase/configure
15 @@ -1,4 +1,4 @@
16 -#!/bin/sh
17 +#!/bin/bash
18 #############################################################################
20 ## Copyright (C) 2016 The Qt Company Ltd.
21 --
22 2.9.2