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: For users of the open source drivers:
- mesa-ati-dri-32bit (AMD) - mesa-ati-dri-32bit + libGL-32bit (AMD)
- mesa-intel-dri-32bit (Intel) - mesa-intel-dri-32bit + libGL-32bit (Intel)
- mesa-nouveau-dri-32bit (NVIDIA) - mesa-nouveau-dri-32bit + libGL-32bit (NVIDIA)
For users of the proprietary NVIDIA driver: For users of the proprietary NVIDIA driver:

View file

@ -5,11 +5,11 @@
fi fi
+# -- void -- +# -- void --
+# Preload lib{crypto,ssl} from openssl, our libressl seems to be incompatible. +# Preload our libgcc_s, libstdc++ and libxcb shared libraries.
+# -- void -- +# -- 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 # go to the install directory and run the client
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz" cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"

View file

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