summaryrefslogtreecommitdiff
path: root/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
blob: a2c4d53fa187b514f875b67988c36bf78abc51ed (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 19c01e3..8859750 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,7 @@
 #
 
 # Main compiler arguments
+CC = @CC@
 CFLAGS += @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@