commit 897c4c93ca1b095da7ebf0edd0e990e015ef2b91
parent a05173451bc58a96d1a89106bc34fe881624a3bf
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Sun, 6 Nov 2022 14:37:57 +0100
Adjust snap configuration with library path
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -121,6 +121,7 @@ parts:
plugin: autotools
override-build: |
./configure --prefix=/usr --enable-fast-install=no
+ export LD_LIBRARY_PATH="$SNAPCRAFT_STAGE/usr/lib"
make
make install DESTDIR="$SNAPCRAFT_STAGE"
messenger-gtk: