Skip to content

Commit

Permalink
⚗️ enable gnutls in macbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Oct 10, 2021
1 parent bc28dc2 commit 0432a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
patch -p1 < vlc-build/patches/configure.ac.patch
patch -p1 < vlc-build/patches/core.c.patch
mkdir build
brew install gnutls
- name: Build
run: |
../extras/package/macosx/build.sh -c -i n
Expand Down
4 changes: 2 additions & 2 deletions patches/build.sh.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 8c16fb711..aa59fef11 100755
index 8c16fb711f..24ef60a012 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -248,7 +248,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-libarchive > $out
+../bootstrap --build=$BUILD_TRIPLET --host=$HOST_TRIPLET --disable-libarchive --enable-gnutls > $out
if [ "$REBUILD" = "yes" ]; then
make clean
fi

0 comments on commit 0432a17

Please sign in to comment.