Package: erlang Version: 1:11.b.5dfsg-8 Severity: normal Tags: patch IPv6 support in ssl_esock is currently disabled. Please enable by running autoheader after applying the patch (65ssl_ipv6.diff). Patch to debian/rules is attached.
/Mikael -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (750, 'testing'), (671, 'stable'), (500, 'testing'), (300, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-5-k7 (SMP w/1 CPU core) Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages erlang depends on: ii erlang-base 1:11.b.5dfsg-8 Concurrent, real-time, distributed ii erlang-dev 1:11.b.5dfsg-8 Concurrent, real-time, distributed ii erlang-nox 1:11.b.5dfsg-8 Concurrent, real-time, distributed ii erlang-x11 1:11.b.5dfsg-8 Concurrent, real-time, distributed Versions of packages erlang recommends: pn erlang-examples <none> (no description available) ii erlang-mode 1:11.b.5dfsg-8 Concurrent, real-time, distributed ii erlang-src 1:11.b.5dfsg-8 Concurrent, real-time, distributed -- no debconf information
--- debian/rules~ 2007-11-04 20:31:35.000000000 +0100 +++ debian/rules 2007-11-04 20:31:43.000000000 +0100 @@ -144,6 +144,7 @@ echo "autoconf'ing $${i}"; \ (cd $${i} && autoconf) \ done + (cd ${BUILD_DIR}/erts && autoheader) touch automake-stamp configure-hipe: configure-hipe-stamp