Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys-apps/busybox: Disable standalone shell mode with USE=make-symlinks #22038

Closed
wants to merge 1 commit into from

Commits on Aug 19, 2021

  1. sys-apps/busybox: Disable standalone shell mode with USE=make-symlinks

    * Busybox has by default enabled CONFIG_FEATURE_PREFER_APPLETS
      and CONFIG_FEATURE_SH_STANDALONE which means it will
      bypass all PATH lookups and use its builtin applets.
      This is problematic as we sometimes might want to use the
      original program instead of Busybox applets, so let's
      disable those two options when building with USE=make-symlinks.
      This also enables users to disable a builtin by deleting the
      corresponding symlink.
    
    Closes: https://bugs.gentoo.org/729184
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    jsmolic committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    979e05f View commit details
    Browse the repository at this point in the history