Package: libcxxtools7 libcxxtools8
Version: 2.0-4.1 2.1-2
Severity: wishlist
Tags: patch experimental sid
Support for iconvstream has been disabled by default in cxxtools-2.0. In
debian
is not package depending on this feature, this is usefull for external
packages
only (like ours). It must be explicitli enabled by --with-iconvstream=yes
-- System Information:
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-bpo.4edois1-openvz-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libcxxtools7 depends on:
ii libc6 2.11.3-3 Embedded GNU C Library:
Shared lib
ii libgcc1 1:4.4.5-8 GCC support library
ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3
libcxxtools7 recommends no packages.
libcxxtools7 suggests no packages.
diff --git a/debian/rules.orig b/debian/rules
index 19c96cb..dc483a7 100755
--- a/debian/rules.orig
+++ b/debian/rules
@@ -9,7 +9,7 @@ endif
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_CONFIGURE_NORMAL_ARGS += --enable-shared --enable-static
+DEB_CONFIGURE_NORMAL_ARGS += --enable-shared --enable-static --with-iconvstream=yes
# Automatic detection doesn't fallback to working atomic type.
# Force it to pthread for architectures not having specific code.