libubox: work around recent macOS linker change
authorFelix Fietkau <nbd@nbd.name>
Thu, 21 Dec 2023 16:29:45 +0000 (17:29 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 9 Jan 2024 10:06:24 +0000 (11:06 +0100)
commit32d2443476188f880395e52e0216c84dce9670f8
treefcd28b30c0d476cabdddc827bffc11b39eb47881
parent50416c18dd309fec75b6911221905cd0c0139b25
libubox: work around recent macOS linker change

rpath handling seems to be more restrictive now. To deal with this,
link the libubox library from STAGING_DIR_HOST to STAGING_DIR_HOSTPKG, so that
packages installed to STAGING_DIR_HOSTPKG can pick it up. This mainly affects
ucode, but possibly other host builds as well

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/libs/libubox/Makefile