From 607fa1fb830584fed1a6bfc26342947ad2c2856c Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 16 Jan 2012 21:21:45 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- env.d/03opengl | 2 +- ld.so.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/env.d/03opengl b/env.d/03opengl index 05c9617b..d1b801ba 100644 --- a/env.d/03opengl +++ b/env.d/03opengl @@ -1,4 +1,4 @@ # Configuration file for eselect # This file has been automatically generated. -LDPATH="/usr/lib64/opengl/xorg-x11/lib" +LDPATH="/usr/lib32/opengl/xorg-x11/lib:/usr/lib64/opengl/xorg-x11/lib" OPENGL_PROFILE="xorg-x11" diff --git a/ld.so.conf b/ld.so.conf index 63f49ccd..4ed7b5a2 100644 --- a/ld.so.conf +++ b/ld.so.conf @@ -2,6 +2,7 @@ # contents of /etc/env.d directory /usr/local/lib include ld.so.conf.d/*.conf +/usr/lib32/opengl/xorg-x11/lib /usr/lib64/opengl/xorg-x11/lib /lib64 /usr/lib64 -- 2.39.5