summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/monero-0.17.3.2-translations-use-host-compiler.patch
blob: 40276b0abb498baca5d6fad503e0508d57d01657 (plain) (blame)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
From e10d750a15343998ae1b655947820cdb26e58276 Mon Sep 17 00:00:00 2001
From: Bertrand Jacquin <bertrand@jacquin.bzh>
Date: Sat, 30 Nov 2019 02:09:14 +0000
Subject: [PATCH] translations: use host compiler

Do not pass target compiler and compiler flags as
generate_translations_header need to be created using host compiler and
compiler flags
---
 CMakeLists.txt              | 4 +++-
 translations/CMakeLists.txt | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffb5abb82534..49f18a57cf7e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -542,7 +542,9 @@ ExternalProject_Add(generate_translations_header
   SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/translations"
   BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/translations"
   STAMP_DIR ${LRELEASE_PATH}
-  CMAKE_ARGS -DLRELEASE_PATH=${LRELEASE_PATH}
+  CMAKE_ARGS
+    -DCMAKE_TOOLCHAIN_FILE=${CMAKE_CURRENT_BINARY_DIR}/translations.cmake
+    -DLRELEASE_PATH=${LRELEASE_PATH}
   INSTALL_COMMAND cmake -E echo "")
 include_directories("${CMAKE_CURRENT_BINARY_DIR}/translations")
 add_subdirectory(external)
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
index 7e31ed319e94..64bda84f055e 100644
--- a/translations/CMakeLists.txt
+++ b/translations/CMakeLists.txt
@@ -28,6 +28,10 @@
 
 cmake_minimum_required(VERSION 3.5)
 
+# Ensure LDFLAGS for target are not propagated here since target are
+# meant for host
+UNSET(ENV{LDFLAGS})
+
 project(translations)
 
 # when crosscompiling import the executable targets from a file