From 823843eadb38ab84cac55d260c9394565af2a3dd Mon Sep 17 00:00:00 2001 From: Casey Marshall Date: Sun, 11 Sep 2016 18:14:38 -0500 Subject: Fix portability issues discovered with fresh snap install. ARCH=native fixes SIGILL issues on other amd64 processors. Static library dependencies where supported. Package libunbound2 in the snap. --- contrib/snap/daemon.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/snap/daemon.bash') diff --git a/contrib/snap/daemon.bash b/contrib/snap/daemon.bash index dfbf5e3f6..41d1275de 100755 --- a/contrib/snap/daemon.bash +++ b/contrib/snap/daemon.bash @@ -1,5 +1,6 @@ #!/bin/bash -e +export LD_LIBRARY_PATH=${SNAP_LIBRARY_PATH}:${SNAP}/usr/lib/x86_64-linux-gnu export HOME=${SNAP_DATA} cd ${SNAP_DATA} -- cgit v1.2.3