Package: eiskaltdcpp
Version: 2.2.2
Severity: important
Tags: upstream

Currently 2.2.2 is unusable for ADC on armel. It tries to connect with
the wrong string, which all good hubs will ignore. I've filed this bug
upstream and would love to see it patched in debian.
http://code.google.com/p/eiskaltdc/issues/detail?id=1082&can=1&q=armel&colspec=ID%20Stars%20Type%20Status%20Priority%20Owner%20Summary%20Reporter%20Modified

The fix is extremely simple. In dcpp/AdcCommand.h 1 line needs to be
changed.

-#if defined(_WIN32) || defined(__i386__) || defined(__x86_64__) ||
defined(__alpha)

+#if defined(_WIN32) || defined(__i386__) || defined(__x86_64__) ||
defined(__alpha) || defined(__arm__)

-- System Information:
Debian Release: 6.0.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-kirkwood
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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

Reply via email to