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