Changeset 0861416


Ignore:
Timestamp:
08/30/2023 06:20:59 PM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
45f82b13
Parents:
9eb3dbe
Message:

Hide DEL_LA_FILES in internal settings

This prevent normal users to change the default while preserving
the possibility to set it to "n" for tests or whatever.
Fixes ticket #1734

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r9eb3dbe r0861416  
    557557        default n
    558558
    559     config    DEL_LA_FILES
    560         bool "Remove libtool .la files"
    561         default y
    562         help
    563             #-- Remove files libxxx.la installed by libtool. For a rationale
    564             #   see https://blog.flameeyes.eu/tags/lafiles/
    565 
    566559    config    NO_PROGRESS_BAR
    567560        bool "DO NOT use/display progress_bar"
     
    914907            default "unpacked"
    915908
     909        config    DEL_LA_FILES
     910            bool "Remove libtool .la files"
     911            default y
     912            help
     913                #-- Remove files libxxx.la installed by libtool. Only set to
     914                #   "n" if you know what you are doing. For a rationale
     915                #   see https://blog.flameeyes.eu/tags/lafiles/
     916
    916917    #--- End Internal Settings
    917918    endmenu
  • common/libs/func_validate_configs.sh

    r9eb3dbe r0861416  
    3030
    3131  # Build Settings by book
    32   local -r   LFS_build="$BUILD_chroot NCURSES5 DEL_LA_FILES $BUILD_common PKGMNGT FULL_LOCALE WRAP_INSTALL"
     32  local -r   LFS_build="$BUILD_chroot NCURSES5 $BUILD_common PKGMNGT FULL_LOCALE WRAP_INSTALL"
    3333
    3434  # System Settings by book
Note: See TracChangeset for help on using the changeset viewer.