diff options
-rw-r--r-- | profiles/qtox.local | 1 | ||||
-rw-r--r-- | profiles/rtorrent.local | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/qtox.local b/profiles/qtox.local index 8faca83..b7870f4 100644 --- a/profiles/qtox.local +++ b/profiles/qtox.local @@ -22,4 +22,5 @@ ignore dbus-system none # # Use with hardened-malloc package # This breaks qtox on polaris10 amdgpu for some reason +# And on aruba radeon env LD_PRELOAD=/usr/lib/libhardened_malloc.so diff --git a/profiles/rtorrent.local b/profiles/rtorrent.local index 5bbc634..7af0444 100644 --- a/profiles/rtorrent.local +++ b/profiles/rtorrent.local @@ -21,4 +21,5 @@ dbus-user none dbus-system none # # Use with hardened-malloc package +# This breaks rtorrent on aruba radeon for some reason env LD_PRELOAD=/usr/lib/libhardened_malloc.so |