aboutsummaryrefslogtreecommitdiff
path: root/libs/neon
diff options
context:
space:
mode:
authorSergey V. Lobanov <sergey@lobanov.in>2022-01-09 23:37:45 +0300
committerRosen Penev <rosenp@gmail.com>2022-01-17 21:09:39 -0800
commit3062e575dd9b57dbd866e1c3e240b4fef241a996 (patch)
tree1124db3658037a7ba682be704ea746fc3a98c5df /libs/neon
parent5cd8b75f943853a763c1336d09254d9470c76f94 (diff)
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>
Diffstat (limited to 'libs/neon')
-rw-r--r--libs/neon/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/neon/Makefile b/libs/neon/Makefile
index 281506c99..5d054d9f9 100644
--- a/libs/neon/Makefile
+++ b/libs/neon/Makefile
@@ -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 \