aboutsummaryrefslogtreecommitdiffstats
path: root/meta-security-compliance/recipes-openscap/openscap/files/probe_dir_fixup.patch
blob: ecbe6026f35efc7c77163313f7a55ee3ceeb4381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: git/configure.ac
===================================================================
--- git.orig/configure.ac
+++ git/configure.ac
@@ -1109,11 +1109,7 @@ AC_ARG_WITH([crypto],
      [],
      [crypto=gcrypt])
 
-if test "x${libexecdir}" = xNONE; then
-	probe_dir="/usr/local/libexec/openscap"
-else
-	EXPAND_DIR(probe_dir,"${libexecdir}/openscap")
-fi
+probe_dir="/usr/local/libexec/openscap"
 
 AC_SUBST(probe_dir)