Skip to content

tools: extra: Allow building with busybox

Khalid Masum requested to merge Labnann/vlc:add-busybox-build-support into master

Busybox implementation of sha512sum does not come with --version and --check command line options, hence building extra fails. These patches solve this problem by using "command -v" to check a command's existence and by using -c instead of --check to get check sums against a file.

Merge request reports