summarylogtreecommitdiffstats
path: root/spotify
diff options
context:
space:
mode:
authorAshley Whetter2017-04-14 05:30:30 +0100
committerAshley Whetter2017-04-14 05:30:30 +0100
commit226c8036af52585b566dc032509d242b28a6be42 (patch)
treeddaa8c63777159e93a381801334baf88361502e0 /spotify
parent28698fbca1105a8f91884de06cd1f13e2cef1120 (diff)
downloadaur-226c8036af52585b566dc032509d242b28a6be42.tar.gz
Fixed impending openssl doom
Diffstat (limited to 'spotify')
-rw-r--r--spotify2
1 files changed, 1 insertions, 1 deletions
diff --git a/spotify b/spotify
index 66466e2ed01f..8301e5ad2068 100644
--- a/spotify
+++ b/spotify
@@ -1,3 +1,3 @@
#!/bin/sh
-export LD_PRELOAD=libcurl.so.3
+export LD_PRELOAD="libcrypto-compat.so.1.0.0 libssl-compat.so.1.0.0 libcurl-openssl-1.0.so"
/usr/share/spotify/spotify "$@"