summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-06-19 23:19:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 22:11:24 +0200
commit2e16fb7bac342a3723b4b609f2e9dffda91ca2d8 (patch)
tree7f079ac0e4cacb9746fabf882d79640650efc34d /media-sound/teamspeak-client/files
parentnet-im/telegram-desktop-bin: version bump to v1.7.9 (diff)
downloadgentoo-2e16fb7bac342a3723b4b609f2e9dffda91ca2d8.tar.gz
gentoo-2e16fb7bac342a3723b4b609f2e9dffda91ca2d8.tar.bz2
gentoo-2e16fb7bac342a3723b4b609f2e9dffda91ca2d8.zip
media-sound/teamspeak-client: bump to version 3.3.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12287 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/teamspeak-client/files')
-rw-r--r--media-sound/teamspeak-client/files/ts3client-bin-r210
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/teamspeak-client/files/ts3client-bin-r2 b/media-sound/teamspeak-client/files/ts3client-bin-r2
new file mode 100644
index 000000000000..c59e278f390c
--- /dev/null
+++ b/media-sound/teamspeak-client/files/ts3client-bin-r2
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Sets BASEDIR for teamspeak3-client
+BASEDIR="/opt/teamspeak3-client"
+
+# Work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
+export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
+
+# Launch teamspeak3-client
+cd "${BASEDIR}" && exec "${BASEDIR}/ts3client" $*