summaryrefslogtreecommitdiffstats
path: root/meta-security-compliance/recipes-openscap/openscap/files/probe_dir_fixup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-security-compliance/recipes-openscap/openscap/files/probe_dir_fixup.patch')
-rw-r--r--meta-security-compliance/recipes-openscap/openscap/files/probe_dir_fixup.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/files/probe_dir_fixup.patch b/meta-security-compliance/recipes-openscap/openscap/files/probe_dir_fixup.patch
new file mode 100644
index 0000000..ecbe602
--- /dev/null
+++ b/meta-security-compliance/recipes-openscap/openscap/files/probe_dir_fixup.patch
@@ -0,0 +1,17 @@
1Index: git/configure.ac
2===================================================================
3--- git.orig/configure.ac
4+++ git/configure.ac
5@@ -1109,11 +1109,7 @@ AC_ARG_WITH([crypto],
6 [],
7 [crypto=gcrypt])
8
9-if test "x${libexecdir}" = xNONE; then
10- probe_dir="/usr/local/libexec/openscap"
11-else
12- EXPAND_DIR(probe_dir,"${libexecdir}/openscap")
13-fi
14+probe_dir="/usr/local/libexec/openscap"
15
16 AC_SUBST(probe_dir)
17