forked from Lainports/freebsd-ports
Add the missing patch from last commit
PR: 244648 Reported by: Greg Veldman <freebsd@gregv.net> (maintainer)
This commit is contained in:
parent
2c2d424c10
commit
2bfc9d2f01
1 changed files with 16 additions and 0 deletions
16
security/samhain/files/patch-configure
Normal file
16
security/samhain/files/patch-configure
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue