[vlc-commits] macosx: build: force usage of a newer xz

Thomas Guillem git at videolan.org
Mon Dec 11 13:19:05 CET 2017


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Dec 11 13:18:08 2017 +0100| [82b4e18d128a4fd2a7801f01a4fc8392b9785257] | committer: Thomas Guillem

macosx: build: force usage of a newer xz

This fixes the "XZ (LZMA) compressor not found!" error since we are not using
the one from /usr/local anymore (and since the system one is too old).

(cherry picked from commit c332ecbb9ebb9a0f0c07df00ef831c5984e76fc5)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=82b4e18d128a4fd2a7801f01a4fc8392b9785257
---

 extras/package/macosx/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 74814d3ffd..493de99508 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -163,6 +163,7 @@ if [ "$REBUILD" = "yes" ]; then
     make clean
 fi
 make > $out
+make .xz > $out
 spopd
 
 #



More information about the vlc-commits mailing list