Changeset 90f5b6d


Ignore:
Timestamp:
03/09/2019 08:02:10 AM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
3b43e17b
Parents:
5af9ab4
Message:

Remove obsolete blfs_tools dependencies

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r5af9ab4 r90f5b6d  
    470470            help
    471471                if you install gpm, it will be started
    472                 automatically on boot. You'll have to edit
    473                 /etc/sysconfig/mouse for your system
     472                automatically on boot. It allows copy-paste
     473                while Xorg is not installed.
    474474
    475475            config    DEP_SVN
     
    478478            help
    479479                Subversion is needed for updating the book
    480                 sources. If you want ssl support, select
    481                 OPENSSL below.
    482 
    483             config    DEP_OPENSSL
    484             bool    "OPENSSL (optional, see help)"
    485             default    n
    486             help
    487                 selecting OPENSSL here allows to build
    488                 subversion with ssl support, avoiding a later
    489                 recompilation
    490 
    491             config    DEP_PYTHON
    492             bool    "PYTHON 2 (optional, see help)"
    493             default    n
    494             help
    495                 selecting PYTHON 2 here allows to build
    496                 the libxml2 and libxslt python modules,
    497                 avoiding a later recompilation
     480                sources. You do not need it if building a
     481                stable book.
    498482
    499483        endmenu
  • common/libs/func_install_blfs

    r5af9ab4 r90f5b6d  
    110110  LINE_SVN='#CONFIG_subversion is not set'
    111111fi
    112 if [ "$DEP_OPENSSL" = y ]; then
    113   LINE_OPENSSL='CONFIG_openssl=y'
    114 else
    115   LINE_OPENSSL='#CONFIG_openssl is not set'
    116 fi
    117 if [ "$DEP_PYTHON" = y ]; then
    118   LINE_PYTHON='CONFIG_python2=y'
    119 else
    120   LINE_PYTHON='#CONFIG_python2 is not set'
    121 fi
    122112
    123113cat >$BUILDDIR$BLFS_ROOT/configuration <<EOF
    124 $LINE_OPENSSL
    125 $LINE_PYTHON
    126114$LINE_LIBXML
    127115$LINE_LIBXSLT
  • common/libs/func_validate_configs.sh

    r5af9ab4 r90f5b6d  
    6363     BLFS_TREE BLFS_BRANCH_ID BLFS_ROOT BLFS_XML TRACKING_DIR \
    6464     DEP_LIBXML DEP_LIBXSLT DEP_DBXML DEP_LYNX DEP_SUDO DEP_WGET \
    65      DEP_SVN DEP_GPM DEP_OPENSSL DEP_PYTHON"
     65     DEP_SVN DEP_GPM"
    6666  local -r custom_tool_PARAM_LIST="TRACKING_DIR"
    6767
Note: See TracChangeset for help on using the changeset viewer.