summaryrefslogtreecommitdiff
path: root/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
blob: adbf0ffeffe29b6e5d134692863bdce03b04ae58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Wed, 11 Jul 2018 13:01:29 +0200
Subject: FTCBFS: fails to propagate the cross compiler from configure to make

---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.in b/Makefile.in
index dbe4a1b..76c9b52 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,7 @@
 #
 
 # Main compiler arguments
+CC = @CC@
 CFLAGS += @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@