aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/samhain/files/patch-configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/samhain/files/patch-configure b/security/samhain/files/patch-configure
new file mode 100644
index 000000000000..18998082f8ba
--- /dev/null
+++ b/security/samhain/files/patch-configure
@@ -0,0 +1,16 @@
+--- configure.orig 2020-07-21 09:51:28.253298000 -0400
++++ configure 2020-07-21 09:54:19.024797000 -0400
+@@ -13998,6 +13998,13 @@
+ then
+ cp -a scripts/samhainadmin-gpg.pl scripts/samhainadmin.pl
+ fi
++# Default action if building as network server but without GPG.
++# Note in that case the provided functionality won't actually work,
++# but this will keep the install-program target from barfing...
++if test "x${mygpg}" == x && test "x${mysignify}" == x
++then
++ cp -a scripts/samhainadmin-gpg.pl scripts/samhainadmin.pl
++fi
+
+
+ if test "x${cross_compiling}" = xyes