Package: steam Severity: serious Tags: patch forwarded Hello,
the new steam release imported from debian FTBFS on ubuntu. Please see https://launchpad.net/ubuntu/+source/steam/2.2.31-6ubuntu1/+build/1767467 (for the FTBFS on i386). However we have a patch for that, please see the bug report on https://bugs.launchpad.net/ubuntu/+source/steam/+bug/588519 . Here's the patch, the author is Arand Nash <ienor...@gmail.com> : --- steam-2.2.31/sources/configure +++ steam-2.2.31/sources/configure @@ -4303,7 +4303,7 @@ DYNIX/ptx*) LDSHARED="ld -G";; next*) LDSHARED="$CC $CFLAGS -nostdlib -r";; Linux*) - LDSHARED="ld -E -shared" + LDSHARED="gcc -shared" LDFLAGS="" ;; GNU*) LDSHARED="ld -Bshareable";; --- steam-2.2.31.orig/sources/configure.ac +++ steam-2.2.31/sources/configure.ac @@ -156,7 +156,7 @@ DYNIX/ptx*) LDSHARED="ld -G";; next*) LDSHARED="$CC $CFLAGS -nostdlib -r";; Linux*) - LDSHARED="ld -E -shared" + LDSHARED="gcc -shared" LDFLAGS="" ;; GNU*) LDSHARED="ld -Bshareable";; -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org