Changeset de947d2 for Config.in


Ignore:
Timestamp:
03/22/2012 08:42:41 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
dcb29a9
Parents:
cd668b9
Message:

Allows to build Python and openssl before libxml2 and subversion respectively
in BLFS tools, avoiding later recompilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    rcd668b9 rde947d2  
    584584                config  DEP_GPM
    585585                bool    "GPM (optional, see help)"
    586                 default y
     586                default n
    587587                help
    588588                        #-- if you install gpm, it will be started
     
    595595                help
    596596                        #-- Subversion is needed for updating the book
    597                         #   sources. It is built without ssl support,
    598                         #   so you may have to rebuild it afterwards.
     597                        #   sources. If you want ssl support, select
     598                        #   OPENSSL below.
     599
     600                config  DEP_OPENSSL
     601                bool    "OPENSSL (optional, see help)"
     602                default n
     603                help
     604                        #-- selecting OPENSSL here allows to build
     605                        #   subversion with ssl support, avoiding a later
     606                        #   recompilation
     607
     608                config  DEP_PYTHON
     609                bool    "PYTHON 2 (optional, see help)"
     610                default n
     611                help
     612                        #-- selecting PYTHON 2 here allows to build
     613                        #   the libxml2 and libxslt python modules,
     614                        #   avoiding a later recompilation
    599615
    600616        endmenu
Note: See TracChangeset for help on using the changeset viewer.