From: Lionel Sambuc Date: Tue, 7 Oct 2014 21:00:33 +0000 (+0200) Subject: Adding /usr/X11R7/lib to LD_LIBRARY_PATH X-Git-Url: http://zhaoyanbai.com/repos/dnssec-keyfromlabel.html?a=commitdiff_plain;h=123aceb045e00d3843d4a07e92bb83480eee5618;p=minix.git Adding /usr/X11R7/lib to LD_LIBRARY_PATH Change-Id: I94b91e9e89115f90142e284fca21df4c3c8e2060 --- diff --git a/etc/profile b/etc/profile index 7a15ff733..2a0186958 100755 --- a/etc/profile +++ b/etc/profile @@ -22,7 +22,7 @@ if [ "x$(id -u)" = "x0" ]; then fi # Set library path -export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib:/usr/lib:/lib" +export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib:/usr/X11R7/lib:/usr/lib:/lib" # Set the timezone export TZ=GMT0