Author: pierre
Date: Sat Mar 9 00:02:10 2019
New Revision: 4078
Log:
Remove obsolete blfs_tools dependencies
Modified:
jhalfs/trunk/Config.in
jhalfs/trunk/common/libs/func_install_blfs
jhalfs/trunk/common/libs/func_validate_configs.sh
Modified: jhalfs/trunk/Config.in
==============================================================================
--- jhalfs/trunk/Config.in Fri Mar 8 23:18:52 2019 (r4077)
+++ jhalfs/trunk/Config.in Sat Mar 9 00:02:10 2019 (r4078)
@@ -469,32 +469,16 @@
default n
help
if you install gpm, it will be started
- automatically on boot. You'll have to edit
- /etc/sysconfig/mouse for your system
+ automatically on boot. It allows copy-paste
+ while Xorg is not installed.
config DEP_SVN
bool "SVN client (optional, see help)"
default n
help
Subversion is needed for updating the book
- sources. If you want ssl support, select
- OPENSSL below.
-
- config DEP_OPENSSL
- bool "OPENSSL (optional, see help)"
- default n
- help
- selecting OPENSSL here allows to build
- subversion with ssl support, avoiding a later
- recompilation
-
- config DEP_PYTHON
- bool "PYTHON 2 (optional, see help)"
- default n
- help
- selecting PYTHON 2 here allows to build
- the libxml2 and libxslt python modules,
- avoiding a later recompilation
+ sources. You do not need it if building a
+ stable book.
endmenu
Modified: jhalfs/trunk/common/libs/func_install_blfs
==============================================================================
--- jhalfs/trunk/common/libs/func_install_blfs Fri Mar 8 23:18:52 2019
(r4077)
+++ jhalfs/trunk/common/libs/func_install_blfs Sat Mar 9 00:02:10 2019
(r4078)
@@ -109,20 +109,8 @@
else
LINE_SVN='#CONFIG_subversion is not set'
fi
-if [ "$DEP_OPENSSL" = y ]; then
- LINE_OPENSSL='CONFIG_openssl=y'
-else
- LINE_OPENSSL='#CONFIG_openssl is not set'
-fi
-if [ "$DEP_PYTHON" = y ]; then
- LINE_PYTHON='CONFIG_python2=y'
-else
- LINE_PYTHON='#CONFIG_python2 is not set'
-fi
cat >$BUILDDIR$BLFS_ROOT/configuration <<EOF
-$LINE_OPENSSL
-$LINE_PYTHON
$LINE_LIBXML
$LINE_LIBXSLT
$LINE_WGET
Modified: jhalfs/trunk/common/libs/func_validate_configs.sh
==============================================================================
--- jhalfs/trunk/common/libs/func_validate_configs.sh Fri Mar 8 23:18:52
2019 (r4077)
+++ jhalfs/trunk/common/libs/func_validate_configs.sh Sat Mar 9 00:02:10
2019 (r4078)
@@ -62,7 +62,7 @@
local -r blfs_tool_PARAM_LIST="\
BLFS_TREE BLFS_BRANCH_ID BLFS_ROOT BLFS_XML TRACKING_DIR \
DEP_LIBXML DEP_LIBXSLT DEP_DBXML DEP_LYNX DEP_SUDO DEP_WGET \
- DEP_SVN DEP_GPM DEP_OPENSSL DEP_PYTHON"
+ DEP_SVN DEP_GPM"
local -r custom_tool_PARAM_LIST="TRACKING_DIR"
# Internal variables
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page