Comment 2 for bug 905015

Revision history for this message
Andreas Moog (ampelbein) wrote :

I realise that this was upoaded in oneiric with the same patch, but that patch doesn't seem correct:

QTLIB_SEARCH="$QTDIR/lib $QTDIR/lib64 $QTDIR/lib32 $QTDIR/bin /usr/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib64"

This causes build failures on armel, armhf and powerpc because it hardcodes the triplets for i386 and amd64 only. A better approach would maybe be to use the output of 'dpkg-architecture -qDEB_HOST_MULTIARCH' to find the QT libraries.