Package: ltrace
Version: 0.5.3
Severity: normal

the current sysdeps/linux-gnu/Makefile calculates $(ARCH) based on the output 
of $(uname -m).  this will break completely when doing cross-compiling.  
instead, the variable $host_cpu should be taken from the configure script.

this would require:
 - configure.ac changes:
   - AC_SUBST(host_cpu)
   - add sysdeps/linux-gnu/Makefile to AC_OUTPUT
 - sysdeps/linux-gnu/Makefile:
   - rename to sysdeps/linux-gnu/Makefile.in
   - change "uname -m" to "echo @host_cpu@"

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to