openscap: add package

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2017-09-17 15:49:37 -07:00
parent dc9499fcda
commit 417b6d53dc
5 changed files with 140 additions and 0 deletions
@@ -0,0 +1,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)