From 123aceb045e00d3843d4a07e92bb83480eee5618 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Tue, 7 Oct 2014 23:00:33 +0200 Subject: [PATCH] Adding /usr/X11R7/lib to LD_LIBRARY_PATH Change-Id: I94b91e9e89115f90142e284fca21df4c3c8e2060 --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0