Browse Source

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>
lilik-openwrt-22.03
Sergey V. Lobanov 2 years ago
committed by Rosen Penev
parent
commit
3062e575dd
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libs/neon/Makefile

+ 3
- 0
libs/neon/Makefile 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 \


Loading…
Cancel
Save