Package: adjtimex
Version: 1.29-9
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

adjtimex fails to cross build from source, because its Makefile fails to
use the compiler discovered by ./configure. Instead it uses the make
default "cc". After adding the CC=@CC@ substitution to Makefile.in,
adjtimex cross build successfully. Please consider applying the attached
patch.

Helmut
Index: adjtimex-1.29/Makefile.in
===================================================================
--- adjtimex-1.29.orig/Makefile.in
+++ adjtimex-1.29/Makefile.in
@@ -4,6 +4,7 @@
 
 VERSION=1.29
 
+CC = @CC@
 CFLAGS += @CFLAGS@ -Wall
 prefix = @prefix@
 man1dir=@mandir@/man1

Reply via email to