]> Zhao Yanbai Git Server - minix.git/commitdiff
set LD_LIBRARY_PATH 14/2814/1
authorLionel Sambuc <lionel@minix3.org>
Thu, 4 Sep 2014 13:37:27 +0000 (15:37 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 5 Sep 2014 08:26:18 +0000 (10:26 +0200)
Change-Id: I959043857b381df561ce156b7388444628c81afb

etc/profile

index 57e791d1b5420d02a2b175050b822151a704c196..5bd7b555ca4767d9ef8a315d70602a3f8ba3dd9b 100755 (executable)
@@ -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