Package: musl Version: 0.9.15-1 Severity: important User: [email protected] Usertags: multiarch
musl is marked as "Multi-Arch: same", but the following file is architecture-dependent:
/usr/bin/ld-musl-config An example diff between i386 and amd64 is attached. -- Jakub Wilk
diff -ur musl_0.9.15-1_i386/usr/bin/ld-musl-config musl_0.9.15-1_amd64/usr/bin/ld-musl-config --- musl_0.9.15-1_i386/usr/bin/ld-musl-config 2014-02-15 16:40:51.000000000 +0100 +++ musl_0.9.15-1_amd64/usr/bin/ld-musl-config 2014-02-15 16:04:00.000000000 +0100 @@ -1,2 +1,2 @@ #!/bin/sh -grep -s -v '^#\|^$' /etc/ld-musl-i386.d/* | sort -u > /etc/ld-musl-i386.path +grep -s -v '^#\|^$' /etc/ld-musl-x86_64.d/* | sort -u > /etc/ld-musl-x86_64.path

