-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |