mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
55dade4391
Signed-off-by: Armin Kuster <akuster808@gmail.com>
18 lines
426 B
Diff
18 lines
426 B
Diff
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)
|
|
|