summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace/disable-git-version-gen.patch')
-rw-r--r--meta/recipes-devtools/strace/strace/disable-git-version-gen.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch b/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch
index 7bc143635f..76daf3a3b7 100644
--- a/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch
+++ b/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch
@@ -5,16 +5,16 @@ Upstream-Status: Inappropriate [configuration]
5 5
6Signed-off-by: Andre McCurdy <armccurdy@gmail.com> 6Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
7 7
8Index: strace-4.10/configure.ac 8diff --git a/configure.ac b/configure.ac
9=================================================================== 9index 7004bd3..b2b03c6 100644
10--- strace-4.10.orig/configure.ac 10--- a/configure.ac
11+++ strace-4.10/configure.ac 11+++ b/configure.ac
12@@ -1,7 +1,7 @@ 12@@ -31,7 +31,7 @@
13 dnl Process this file with autoconf to create configure. Use autoreconf. 13
14 AC_PREREQ(2.57) 14 AC_PREREQ(2.57)
15 AC_INIT([strace], 15 AC_INIT([strace],
16- m4_esyscmd([./git-version-gen .tarball-version]), 16- m4_esyscmd([./git-version-gen .tarball-version]),
17+ m4_esyscmd_s([cat .tarball-version]), 17+ m4_esyscmd_s([cat .tarball-version]),
18 [strace-devel@lists.sourceforge.net]) 18 [strace-devel@lists.sourceforge.net],
19 AC_CONFIG_SRCDIR([strace.c]) 19 [strace],
20 AC_CONFIG_AUX_DIR([.]) 20 [https://strace.io])