Commit df0e183
Rudi Heitbaum
snapclient: find the alsa plugin via ALSA_PLUGIN_DIR not an rpath and addon (3)
An rpath on the snapclient binary does not locate ALSA plugins - alsa-lib
dlopens them from ALSA_PLUGIN_DIR, and the pulse plugin's libpulse
dependency resolves from the system /usr/lib. Drop the patchelf rpath and
point ALSA_PLUGIN_DIR at lib.private, where the plugins are actually
copied (it previously pointed at a nonexistent lib/).1 parent f4ed3b0 commit df0e183
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments