File: 0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch

package info (click to toggle)
qrouter 1.4.88-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,756 kB
  • sloc: ansic: 19,632; sh: 7,525; makefile: 152; tcl: 3
file content (18 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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(+)

--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,7 @@
 #
 
 # Main compiler arguments
+CC = @CC@
 CFLAGS += @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@