diff options
author | Pierre Labastie <pierre@linuxfromscratch.org> | 2019-03-09 08:02:10 +0000 |
---|---|---|
committer | Pierre Labastie <pierre@linuxfromscratch.org> | 2019-03-09 08:02:10 +0000 |
commit | 90f5b6de2e1cda1395072db11d8e08fff79de453 (patch) | |
tree | 33163d600667801dbec507fdac8cbaa2fb64c455 /common/libs/func_install_blfs | |
parent | 5af9ab4b8ce82f66a92ddcdc8f0c1c397abba1cb (diff) |
Remove obsolete blfs_tools dependencies
Diffstat (limited to 'common/libs/func_install_blfs')
-rw-r--r-- | common/libs/func_install_blfs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs index ab58f0bce7..8666ebd672 100644 --- a/common/libs/func_install_blfs +++ b/common/libs/func_install_blfs @@ -109,20 +109,8 @@ if [ "$DEP_SVN" = y ]; then 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 |