wget: bump version to 1.19
[buildroot-gz.git] / package / jasper / 0001-Disable-C-compiler-check.patch
blobc1f727109c06a909253bb7f9f09759f5216bdef1
1 From e4ed3e2c3fd5a859567f510deeb49a915d96700f Mon Sep 17 00:00:00 2001
2 From: Baruch Siach <baruch@tkos.co.il>
3 Date: Sat, 14 Jan 2017 21:06:25 +0200
4 Subject: [PATCH] Disable C++ compiler check
6 jasper does not use C++ code. Allow use of toolchains without C++ support.
8 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
9 ---
10 Upstream status: https://github.com/mdadams/jasper/pull/110
11 CMakeLists.txt | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/CMakeLists.txt b/CMakeLists.txt
15 index 6c99b3e7df31..3ac166b060ad 100644
16 --- a/CMakeLists.txt
17 +++ b/CMakeLists.txt
18 @@ -1,6 +1,6 @@
19 cmake_minimum_required (VERSION 2.8.11)
21 -project(JasPer)
22 +project(JasPer C)
24 set(CMAKE_MODULE_PATH
25 ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/build/cmake/modules/")
26 --
27 2.11.0