mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
sshguard: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1848de6e0d
commit
910e59ca9e
@ -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],
|
Loading…
x
Reference in New Issue
Block a user