From 910e59ca9eb00f4375d083be2932752145ab35aa Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 18:03:15 +0100 Subject: [PATCH] sshguard: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../patches/sshguard-1.5-automake-1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/security/sshguard/patches/sshguard-1.5-automake-1.13.patch diff --git a/packages/security/sshguard/patches/sshguard-1.5-automake-1.13.patch b/packages/security/sshguard/patches/sshguard-1.5-automake-1.13.patch new file mode 100644 index 0000000000..bcf8073342 --- /dev/null +++ b/packages/security/sshguard/patches/sshguard-1.5-automake-1.13.patch @@ -0,0 +1,12 @@ +diff -Naur sshguard-1.5/configure.ac sshguard-1.5.patch/configure.ac +--- sshguard-1.5/configure.ac 2011-02-09 13:01:47.000000000 +0100 ++++ sshguard-1.5.patch/configure.ac 2013-01-12 01:13:22.735102536 +0100 +@@ -5,7 +5,7 @@ + AC_INIT(sshguard, 1.5, mij@sshguard.net) + AM_INIT_AUTOMAKE + AC_CONFIG_SRCDIR([src/simclist.c]) +-AM_CONFIG_HEADER([src/config.h]) ++AC_CONFIG_HEADERS([src/config.h]) + # test if we are on Solaris, which requires outstanding practices + AC_CANONICAL_BUILD + AS_CASE([$build_os],