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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.