Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/bash: update to 5.2 | Nick Hainke | 2022-10-22 | 1 | -2/+2 |
| | | | | | | | Release Notes: https://lists.gnu.org/archive/html/bug-bash/2022-09/msg00056.html Signed-off-by: Nick Hainke <vincent@systemli.org> | ||||
* | tools: add Host/Uninstall where possible | Rosen Penev | 2022-10-20 | 1 | -0/+4 |
| | | | | | | This cleans staging_dir when calling tool/x/clean. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||||
* | tools: build bash on macOS and use it for ipkg-build | Felix Fietkau | 2022-01-27 | 1 | -0/+21 |
On macOS, system binaries silently drop the environment variables for injecting extra shared libraries (used by fakeroot). This is done for security reasons. Work around this by building bash from source, so that it gets an ad-hoc signature and does not have these restrictions Signed-off-by: Felix Fietkau <nbd@nbd.name> |