From 072b80918fd6f8961aa00b6bd73c6f30cbfe85b9 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 15 Oct 2022 14:53:17 +0200 Subject: [PATCH] archivers/gcab: disable call to git Reported by: VVD --- archivers/gcab/files/patch-meson.build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 archivers/gcab/files/patch-meson.build diff --git a/archivers/gcab/files/patch-meson.build b/archivers/gcab/files/patch-meson.build new file mode 100644 index 000000000000..d5f48ad7661d --- /dev/null +++ b/archivers/gcab/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2022-10-15 12:50:55 UTC ++++ meson.build +@@ -7,7 +7,7 @@ git = find_program('git', required: false) + + git_version = [] + git = find_program('git', required: false) +-if git.found() ++if git.found() and false + git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-') + endif +