steam: LD_PRELOAD required shlibs for incompat runtime shlibs.

- Improved INSTALL.msg to mention libGL-32bit.
- Remove the libressl preload workaround, it's not necessary anymore.
This commit is contained in:
Juan RP 2015-09-20 11:17:24 +02:00
parent db071c1903
commit ce9825e402
3 changed files with 8 additions and 8 deletions

View File

@ -3,9 +3,9 @@ of the following packages for your hardware:
For users of the open source drivers:
- mesa-ati-dri-32bit (AMD)
- mesa-intel-dri-32bit (Intel)
- mesa-nouveau-dri-32bit (NVIDIA)
- mesa-ati-dri-32bit + libGL-32bit (AMD)
- mesa-intel-dri-32bit + libGL-32bit (Intel)
- mesa-nouveau-dri-32bit + libGL-32bit (NVIDIA)
For users of the proprietary NVIDIA driver:

View File

@ -5,11 +5,11 @@
fi
+# -- void --
+# Preload lib{crypto,ssl} from openssl, our libressl seems to be incompatible.
+# Preload our libgcc_s, libstdc++ and libxcb shared libraries.
+# -- void --
+STEAM32_BSTRAP=${DEFAULTSTEAMDIR}/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu
+STEAM64_BSTRAP=${DEFAULTSTEAMDIR}/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu
+export LD_PRELOAD="$STEAM32_BSTRAP/libcrypto.so.1.0.0:$STEAM32_BSTRAP/libssl.so.1.0.0"
+
+
+export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1'
+
# go to the install directory and run the client
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"

View File

@ -4,7 +4,7 @@ only_for_archs="i686 x86_64"
pkgname=steam
version=1.0.0.50
revision=1
revision=2
wrksrc=steam
depends="xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
repository="nonfree"