mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
neon: fix build on macos
neon detects Darwin on target build and fails due to darwin-specific build behaviour. OS detection is disable (as non required) via ne_cv_os_uname=Linux as a part of CONFIGURE_VARS Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
This commit is contained in:
committed by
Rosen Penev
parent
5cd8b75f94
commit
3062e575dd
@@ -47,6 +47,9 @@ define Package/libneon/description
|
||||
- WebDAV metadata support; wrappers for PROPFIND and PROPPATCH to simplify property manipulation.
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
ne_cv_os_uname="Linux"
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
|
||||
Reference in New Issue
Block a user