Ignore:
Timestamp:
06/15/2019 08:16:35 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
6622409
Parents:
cf2f109
Message:

Various fixes for Kconfiglib:

  • remove the old setting of LANG in BLFS/Makefile
  • explicitly use python3, because now menuconfig.py has #!/usr/bin/python, we may have only python3 available
  • add quotes in Config.in for BLFS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_config.xsl

    rcf2f109 ra4af6811  
    2626config  MAIL_SERVER
    2727        string
    28         default sendmail        if MS_sendmail
    29         default postfix         if MS_postfix
    30         default exim            if MS_exim
     28        default "sendmail"        if MS_sendmail
     29        default "postfix"         if MS_postfix
     30        default "exim"            if MS_exim
    3131
    3232endmenu
Note: See TracChangeset for help on using the changeset viewer.