From ad89c458cb3906e405a6513347747e5ce03bcc77 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 9 Feb 2013 19:25:03 +0000 Subject: [PATCH] Ajust XORG_CONFIG var in BLFS/envars.conf --- BLFS/envars.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BLFS/envars.conf b/BLFS/envars.conf index cce11d1..f1a3c07 100644 --- a/BLFS/envars.conf +++ b/BLFS/envars.conf @@ -40,7 +40,8 @@ export SRC_DIR=/sources export XORG_PREFIX=/usr #--- Configure switches -export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --mandir=$XORG_PREFIX/share/man --localstatedir=/var" +export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \ + --localstatedir=/var --disable-static" #======== ABOUT GNOME envars ===== @@ -81,7 +82,7 @@ export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --mandir=$XORG_PREFI export KDE_PREFIX=/usr #--- If you want to install KDE on a non standard prefix, uncomment -# the next lines and edit them it as needed. +# the next lines and edit them as needed. #export KDE_PREFIX=/opt/kde #export KDEDIR=$KDE_PREFIX