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 \