curl: do not build docs

addresses build error by not building the documents
    ninja: error: '/build/build.LibreELEC-AMLGX.aarch64-12.80.md/build/curl-8.14.1/.aarch64-libreelec-linux-gnu/docs/libcurl/libcurl-symbols.md', needed by 'docs/libcurl/curl_easy_cleanup.3', missing and no known rule to make it
This commit is contained in:
Christian Hewitt 2025-06-21 03:28:23 +00:00 committed by Rudi Heitbaum
parent e25fe5d01c
commit 67e7c46d86

View File

@ -32,6 +32,7 @@ PKG_CMAKE_OPTS_TARGET="-DENABLE_DEBUG=OFF \
-DCURL_DISABLE_SMTP=ON \ -DCURL_DISABLE_SMTP=ON \
-DCURL_DISABLE_GOPHER=ON \ -DCURL_DISABLE_GOPHER=ON \
-DCURL_DISABLE_MQTT=ON \ -DCURL_DISABLE_MQTT=ON \
-DBUILD_LIBCURL_DOCS=OFF \
-DENABLE_CURL_MANUAL=OFF \ -DENABLE_CURL_MANUAL=OFF \
-DENABLE_IPV6=ON \ -DENABLE_IPV6=ON \
-DENABLE_THREADED_RESOLVER=ON \ -DENABLE_THREADED_RESOLVER=ON \