Merge pull request #10001 from heitbaum/fixconf

This commit is contained in:
Christian Hewitt 2025-04-25 08:52:57 +04:00 committed by GitHub
commit 0c290afe3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 5 deletions

View File

@ -21,8 +21,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--disable-sdl \
--disable-llvm \
--disable-emscripten \
--enable-threading \
--enable-preset-subdirs"
--enable-threading"
if [ "${OPENGL_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" ${OPENGL}"

View File

@ -256,7 +256,6 @@ configure_package() {
-DENABLE_INTERNAL_FLATBUFFERS=OFF \
-DENABLE_INTERNAL_RapidJSON=OFF \
-DENABLE_INTERNAL_SPDLOG=OFF \
-DENABLE_INTERNAL_UDFREAD=OFF \
-DENABLE_UDEV=ON \
-DENABLE_DBUS=ON \
-DENABLE_XSLT=ON \

View File

@ -40,10 +40,8 @@ PKG_CMAKE_OPTS_TARGET="-DENABLE_DEBUG=OFF \
-DCURL_DISABLE_COOKIES=OFF \
-DCURL_HIDDEN_SYMBOLS=ON \
-DCURL_USE_GSSAPI=OFF \
-DUSE_ZLIB=ON \
-DCURL_BROTLI=OFF \
-DCURL_ZSTD=OFF \
-DRANDOM_FILE=/dev/urandom \
-DCURL_USE_GNUTLS=OFF \
-DCURL_ENABLE_SSL=ON \
-DCURL_USE_MBEDTLS=OFF \