From 5bf14b153950f4d59cf26a398507abccc90e32af Mon Sep 17 00:00:00 2001 From: Avently <7953703+avently@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:54:32 -0700 Subject: [PATCH] macos: disable unused features --- extras/package/macosx/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh index 931979fd4407..3e0a6eefcb63 100755 --- a/extras/package/macosx/build.sh +++ b/extras/package/macosx/build.sh @@ -250,7 +250,7 @@ export XCODE_FLAGS="MACOSX_DEPLOYMENT_TARGET=$MINIMAL_OSX_VERSION -sdk macosx WA info "Building contribs" spushd "${vlcroot}/contrib" mkdir -p contrib-$HOST_TRIPLET && cd contrib-$HOST_TRIPLET -../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET > $out +../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET --disable-breakpad --disable-net --disable-growl --disable-sparkle -- > $out if [ "$REBUILD" = "yes" ]; then make clean fi @@ -322,6 +322,8 @@ if [ "${vlcroot}/configure" -nt Makefile ]; then --host=$HOST_TRIPLET \ --with-macosx-version-min=$MINIMAL_OSX_VERSION \ --with-macosx-sdk=$SDKROOT \ + --disable-gnutls \ + --disable-sparkle \ $CONFIGFLAGS \ $VLC_CONFIGURE_ARGS > $out fi