aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/wxwidgets/wxwidgets/0001-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch
blob: 5160f2e1fef332ed9924fc64a9b6feee3dfa8627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From e108aff9d6dae613f486c1b1681f4a3cdf17b845 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Mon, 19 Dec 2022 15:07:55 -0800
Subject: [PATCH] Set HAVE_LARGEFILE_SUPPORT to 1 explicitly

nothing sets this to 0, but for some reason it gets undef'd

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 build/cmake/setup.h.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build/cmake/setup.h.in b/build/cmake/setup.h.in
index bce33a73f3..22afb4cfa0 100644
--- a/build/cmake/setup.h.in
+++ b/build/cmake/setup.h.in
@@ -869,8 +869,7 @@
 /*
  * Define if large (64 bit file offsets) files are supported.
  */
-#cmakedefine HAVE_LARGEFILE_SUPPORT 1
-
+#define HAVE_LARGEFILE_SUPPORT 1
 /*
  * Use OpenGL
  */
-- 
2.39.0