Package: libxml2-dev Version: 2.7.8.dfsg-9.1 Severity: important User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch
libxml2-dev is marked as "Multi-Arch: same", but the following file is architecture-dependent:
/usr/bin/xml2-config An example diff between i386 and kfreebsd-i386 is attached. -- Jakub Wilk
diff -ur libxml2-dev_2.7.8.dfsg-9.1_i386/usr/bin/xml2-config libxml2-dev_2.7.8.dfsg-9.1_kfreebsd-i386/usr/bin/xml2-config --- libxml2-dev_2.7.8.dfsg-9.1_i386/usr/bin/xml2-config 2012-05-23 20:34:54.000000000 +0200 +++ libxml2-dev_2.7.8.dfsg-9.1_kfreebsd-i386/usr/bin/xml2-config 2012-05-23 21:04:28.000000000 +0200 @@ -97,7 +97,7 @@ if [ "$2" = "--static" ] then shift - LIBS="${LIBS} -lz -lpthread -lm " + LIBS="${LIBS} -lz -lpthread -lm " fi echo ${LIBS} ;;