mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-12 17:12:04 +08:00
tools/findutils: fix build on macos
Use same fix as homebrew: https://github.com/Homebrew/homebrew-core/pull/69761 Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
56660f4cb9
commit
da2fb9c546
@ -18,6 +18,10 @@ HOST_BUILD_PARALLEL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
|
ifeq ($(HOST_OS),Darwin)
|
||||||
|
HOST_CFLAGS +=-D__nonnull\\(params\\)=
|
||||||
|
endif
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
--enable-threads=pth \
|
--enable-threads=pth \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user