diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-11-06 07:17:59 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-11-06 07:17:59 -0800 |
commit | 67f903f4ac642a2460dff159dd3fb4ddb93492d6 (patch) | |
tree | d50b5d2588e7456eb02e8dbceb394f31c836af0e /motionService.adef | |
parent | d2baa7eb31d926956e59174dd9d81810a18a536b (diff) |
Use hard coded path to load libiiobuild-libiio
Diffstat (limited to 'motionService.adef')
-rw-r--r-- | motionService.adef | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/motionService.adef b/motionService.adef index f76663d..05cc761 100644 --- a/motionService.adef +++ b/motionService.adef @@ -17,6 +17,11 @@ processes: { ( motionService ) } + envVars: + { + // This is required so that the bundled libraries are visible to the non-sandboxed app + LD_LIBRARY_PATH = /legato/systems/current/apps/motionService/read-only/usr/lib + } faultAction: restartApp } |