tools: build bash on macOS and use it for ipkg-build
authorFelix Fietkau <nbd@nbd.name>
Thu, 27 Jan 2022 12:25:39 +0000 (13:25 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 27 Jan 2022 12:38:48 +0000 (13:38 +0100)
commit3869ccbcc891a7185550a2a422e2db01fd994b7d
tree7614324a1ba80c8ac421cb964ca8b3c5a275346c
parent1d4750fd50eeadad640fb62e1b11bf4cdde39dd1
tools: build bash on macOS and use it for ipkg-build

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>
include/package-ipkg.mk
tools/Makefile
tools/bash/Makefile [new file with mode: 0644]