From 094431dd97e35a49e4e2d0f1ef40b4a90b87191d Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 4 Sep 2014 15:37:27 +0200 Subject: [PATCH] set LD_LIBRARY_PATH Change-Id: I959043857b381df561ce156b7388444628c81afb --- etc/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/profile b/etc/profile index 57e791d1b..5bd7b555c 100755 --- a/etc/profile +++ b/etc/profile @@ -21,6 +21,9 @@ if [ "x$(id -u)" = "x0" ]; then fi fi +# Set library path +export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib:/usr/lib:/lib" + # Set the timezone export TZ=GMT0 RC_TZ=/etc/rc.timezone