Source: qrouter
Version: 1.3.80-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

qrouter fails to cross build from source. Its ./configure correctly
detects the cross compiler, but make falls back to the default of the CC
variable. The attached patch propagates the compiler and makes qrouter
cross build successfully. Please consider applying it.

Helmut
Index: qrouter-1.3.80/Makefile.in
===================================================================
--- qrouter-1.3.80.orig/Makefile.in
+++ qrouter-1.3.80/Makefile.in
@@ -3,6 +3,7 @@
 #
 
 # Main compiler arguments
+CC = @CC@
 CFLAGS += @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to