Comment 3 for bug 1110326

Revision history for this message
Albert Graef (dr-graef) wrote :

Found it. The issue is with debian/patches/05_makefile.diff. The link command in the patched Makefile is wrong, it has the -lasound2 -lpthread options (ALSALIB variable) before everything else. This won't work with gcc 4.6+ which is very picky about the order of linked libraries (unless you link with -Wl,--no-as-needed).

Suggested patch (bzr diff -p1) attached.