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