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:
Sergey V. Lobanov 2022-01-09 23:37:45 +03:00 committed by Rosen Penev
parent 5cd8b75f94
commit 3062e575dd
1 changed files with 3 additions and 0 deletions

View File

@ -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 \