neon: fix build on macos
authorSergey V. Lobanov <redacted>
Sun, 9 Jan 2022 20:37:45 +0000 (23:37 +0300)
committerRosen Penev <redacted>
Tue, 18 Jan 2022 05:09:39 +0000 (21:09 -0800)
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>
libs/neon/Makefile

index 281506c99d925e763983df9c2bcf1efd9dc71eab..5d054d9f97ae5bc0f403f80d05857e7ed0ecb008 100644 (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 \
git clone https://git.99rst.org/PROJECT